diff --git a/declarativeimports/plasmacomponents/qml/Button.qml b/declarativeimports/plasmacomponents/qml/Button.qml index 234f7e720..1c389e09e 100644 --- a/declarativeimports/plasmacomponents/qml/Button.qml +++ b/declarativeimports/plasmacomponents/qml/Button.qml @@ -86,7 +86,7 @@ Item { id: shadow anchors.fill: parent state: { - if (internal.userPressed || checked) { + if (internal.userPressed || checked) { return "hidden" } else if (mouse.containsMouse) { return "hover"