We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd70c60 + 4afa51a commit 807d72fCopy full SHA for 807d72f
Orange/widgets/visualize/utils/plotutils.py
@@ -244,7 +244,7 @@ def zoom():
244
# uses mapRectFromParent. We don't want to copy the parts of the
245
# method that work, hence we only use our code under the following
246
# conditions.
247
- if ev.button() & (Qt.LeftButton | Qt.MidButton) \
+ if ev.button() & (Qt.LeftButton | Qt.MiddleButton) \
248
and self.state['mouseMode'] == pg.ViewBox.RectMode \
249
and ev.isFinish():
250
zoom()
0 commit comments