fixed display of cursorShape for all mouseArea
This commit is contained in:
parent
97c0fe1ece
commit
f8e5e9f675
1 changed files with 10 additions and 9 deletions
|
@ -7,15 +7,16 @@ Item {
|
||||||
|
|
||||||
property StackView stackView: StackView.view
|
property StackView stackView: StackView.view
|
||||||
|
|
||||||
MouseArea {
|
// MouseArea {
|
||||||
z: 99
|
// id: globalMouseArea
|
||||||
anchors.fill: parent
|
// z: 99
|
||||||
|
// anchors.fill: parent
|
||||||
|
|
||||||
enabled: true
|
// enabled: true
|
||||||
|
|
||||||
onPressed: function(mouse) {
|
// onPressed: function(mouse) {
|
||||||
forceActiveFocus()
|
// forceActiveFocus()
|
||||||
mouse.accepted = false
|
// mouse.accepted = false
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue