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
|
||||
|
||||
MouseArea {
|
||||
z: 99
|
||||
anchors.fill: parent
|
||||
// MouseArea {
|
||||
// id: globalMouseArea
|
||||
// z: 99
|
||||
// anchors.fill: parent
|
||||
|
||||
enabled: true
|
||||
// enabled: true
|
||||
|
||||
onPressed: function(mouse) {
|
||||
forceActiveFocus()
|
||||
mouse.accepted = false
|
||||
}
|
||||
}
|
||||
// onPressed: function(mouse) {
|
||||
// forceActiveFocus()
|
||||
// mouse.accepted = false
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue