mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-01 15:42:20 +08:00
update
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user