update
parent
60c2ebee56
commit
7dcb65f7b6
|
@ -24,6 +24,7 @@ Item {
|
||||||
y: -Math.round(cursorHeight/2)
|
y: -Math.round(cursorHeight/2)
|
||||||
height: parent.height+cursorHeight
|
height: parent.height+cursorHeight
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
preventStealing: true
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
function handleMouse(mouse) {
|
function handleMouse(mouse) {
|
||||||
if (mouse.buttons & Qt.LeftButton) {
|
if (mouse.buttons & Qt.LeftButton) {
|
||||||
|
|
Loading…
Reference in New Issue