mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +07:00
fixed display of cursorShape for all mouseArea
This commit is contained in:
@@ -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
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user