mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ensure the Qt synthesize touch flag is off (although it should default to off as far as I can tell)
This commit is contained in:
parent
f487b22482
commit
8d79f568e1
@ -978,6 +978,7 @@ class Application(QApplication):
|
||||
QApplication.setApplicationName(APP_UID)
|
||||
QApplication.__init__(self, qargs)
|
||||
self.setAttribute(Qt.AA_UseHighDpiPixmaps)
|
||||
self.setAttribute(Qt.AA_SynthesizeTouchForUnhandledMouseEvents, False)
|
||||
try:
|
||||
base_dir()
|
||||
except EnvironmentError as err:
|
||||
|
Loading…
x
Reference in New Issue
Block a user