mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-27 05:38:37 +08:00
update
This commit is contained in:
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
Block a user