diff options
Diffstat (limited to 'framework/qml/IconButton.qml')
-rw-r--r-- | framework/qml/IconButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/IconButton.qml b/framework/qml/IconButton.qml index b9b20102..62f4d0ff 100644 --- a/framework/qml/IconButton.qml +++ b/framework/qml/IconButton.qml | |||
@@ -37,7 +37,7 @@ T.Button { | |||
37 | background: Rectangle { | 37 | background: Rectangle { |
38 | color: "#2980b9" //FIXME | 38 | color: "#2980b9" //FIXME |
39 | 39 | ||
40 | visible: root.hovered == true | 40 | visible: root.hovered || root.activeFocus |
41 | 41 | ||
42 | Rectangle { | 42 | Rectangle { |
43 | anchors.fill: parent | 43 | anchors.fill: parent |