mirror of https://github.com/status-im/StatusQ.git
fix(StatusImageCropPanel): display SizeAllCursor cursor when over image (#864)
This commit is contained in:
parent
4d9cec541f
commit
803a7637bf
|
@ -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