Fix cursor change when hover over elements
This commit is contained in:
parent
ff5c51cfd9
commit
ee11a8410c
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ Item {
|
||||||
id: emptyArea
|
id: emptyArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
enabled: root.isExpanded
|
enabled: root.isExpanded
|
||||||
|
visible: enabled
|
||||||
onClicked: {
|
onClicked: {
|
||||||
root.close()
|
root.close()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue