Skip to content

Commit ed5e97c

Browse files
Highlight issue fixed for MMRoundButton on touch-devices (#4174)
1 parent eb72e98 commit ed5e97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/qml/components/MMRoundButton.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RoundButton {
1717

1818
implicitWidth: 40 * __dp
1919
implicitHeight: 40 * __dp
20-
hoverEnabled: root.enabled
20+
hoverEnabled: root.enabled && Application.styleHints.useHoverEffects
2121

2222
property url iconSource: __style.backIcon
2323
property color iconColor: __style.forestColor

0 commit comments

Comments
 (0)