fix(StatusImageCropPanel): display SizeAllCursor cursor when over image (#864)
This commit is contained in:
parent
1fc5525f9e
commit
d27a655637
|
@ -216,6 +216,7 @@ Item {
|
|||
anchors.fill: parent
|
||||
|
||||
enabled: root.interactive
|
||||
cursorShape: Qt.SizeAllCursor
|
||||
|
||||
property var lastDragPoint: null
|
||||
onReleased: lastDragPoint = null
|
||||
|
|
Loading…
Reference in New Issue