From 4bb023e6f95d1d885eb1b706e8507473e53bf787 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Jul 2017 05:25:46 +0200 Subject: Show highlight on active focus --- framework/qml/IconButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') 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 { background: Rectangle { color: "#2980b9" //FIXME - visible: root.hovered == true + visible: root.hovered || root.activeFocus Rectangle { anchors.fill: parent -- cgit v1.2.3