v0.9.23
This commit is contained in:
@@ -3331,7 +3331,7 @@ class ImageViewer(QWidget):
|
||||
# Speed 1 (slowest) requires a full 120 delta.
|
||||
# Speed 10 (fastest) requires 120/10 = 12 delta.
|
||||
# Still too fast so speed / 2.
|
||||
threshold = 120 / speed / 2
|
||||
threshold = 120 / speed * 2
|
||||
|
||||
self._wheel_scroll_accumulator += event.angleDelta().y()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user