Эх сурвалжийг харах

pixelDelta() is only available on platforms that have high-resolution trackpads

Martijn Buijs 7 жил өмнө
parent
commit
6cffb91f24
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      labelme/canvas.py

+ 1 - 1
labelme/canvas.py

@@ -493,7 +493,7 @@ class Canvas(QtWidgets.QWidget):
     def wheelEvent(self, ev):
         if PYQT5:
             mods = ev.modifiers()
-            delta = ev.pixelDelta()
+            delta = ev.angleDelta()
             if QtCore.Qt.ControlModifier == int(mods):
                 # with Ctrl/Command key
                 # zoom