Prevent HDrawer resizer events from being stolen
This commit is contained in:
parent
a8dbd9185a
commit
986b117fbc
|
@ -96,6 +96,7 @@ Drawer {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
enabled: ! drawer.collapse
|
enabled: ! drawer.collapse
|
||||||
acceptedButtons: Qt.LeftButton
|
acceptedButtons: Qt.LeftButton
|
||||||
|
preventStealing: true
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
cursorShape:
|
cursorShape:
|
||||||
containsMouse || drag.active ?
|
containsMouse || drag.active ?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user