mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix tap and hold not working because Qt 5 does not deliver touch update events during a tap and hold when the finger position does not change.
This commit is contained in:
parent
2949126dd6
commit
ccaf8c5507
@ -173,6 +173,7 @@ class State(QObject):
|
||||
self.possible_gestures &= {Pinch}
|
||||
|
||||
if boundary == 'end':
|
||||
self.check_for_holds()
|
||||
self.finalize()
|
||||
self.clear()
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user