2
0
mirror of synced 2025-01-10 22:36:09 +00:00

fix(Controls): ensure round buttons expose hovered state

Fixes #88
This commit is contained in:
Pascal Precht 2021-05-27 15:22:48 +02:00 committed by Pascal Precht
parent 4a25ca0270
commit 98b019463d
2 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,8 @@ Rectangle {
property bool loading: false
property alias hovered: sensor.containsMouse
property int type: StatusFlatRoundButton.Type.Primary
signal pressed(var mouse)

View File

@ -32,6 +32,8 @@ Rectangle {
property bool loading: false
property alias hovered: sensor.containsMouse
property int type: StatusRoundButton.Type.Primary
signal pressed(var mouse)