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.
1 parent 1c34d62 commit 6023bc5Copy full SHA for 6023bc5
src/bitmessageqt/messageview.py
@@ -56,7 +56,7 @@ def wheelEvent(self, event):
56
if (
57
(QtWidgets.QApplication.queryKeyboardModifiers() &
58
QtCore.Qt.ControlModifier) == QtCore.Qt.ControlModifier and
59
- event.orientation() == QtCore.Qt.Vertical
+ event.angleDelta().y() != 0
60
):
61
zoom = self.currentFont().pointSize() * 100 / self.defaultFontPointSize
62
QtWidgets.QApplication.activeWindow().statusbar.showMessage(
0 commit comments