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 5b7d41c commit b35f977Copy full SHA for b35f977
src/tools/pin/pinwidget.cpp
@@ -106,8 +106,7 @@ bool PinWidget::scrollEvent(QWheelEvent* event)
106
{
107
const auto phase = event->phase();
108
if (phase == Qt::ScrollPhase::ScrollUpdate
109
-#if defined(Q_OS_LINUX) || defined(Q_OS_WINDOWS)
110
- // Linux is getting only NoScrollPhase events.
+#if defined(Q_OS_LINUX) || defined(Q_OS_WINDOWS) || defined(Q_OS_MACOS)
111
|| phase == Qt::ScrollPhase::NoScrollPhase
112
#endif
113
) {
0 commit comments