aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/nativestyle/qstyle/qquickcommonstyle.cpp')
-rw-r--r--src/imports/nativestyle/qstyle/qquickcommonstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp b/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp
index d7b97f21..6e662e3d 100644
--- a/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp
+++ b/src/imports/nativestyle/qstyle/qquickcommonstyle.cpp
@@ -4724,7 +4724,7 @@ int QCommonStyle::styleHint(StyleHint sh, const QStyleOption *opt, QStyleHintRet
ret = false;
break;
case SH_Slider_AbsoluteSetButtons:
- ret = Qt::MidButton;
+ ret = Qt::MiddleButton;
break;
case SH_Slider_PageSetButtons:
ret = Qt::LeftButton;