提交 c0079819 编写于 作者: M Martijn Buijs 提交者: Kentaro Wada

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

上级 b7b8bef0
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册