Skip to content
Snippets Groups Projects
Commit 6e7ae59f authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu
Browse files

qml: do not override application cursor in playqueue button drop area

parent 5e32a65a
No related branches found
Tags 1.6.0
No related merge requests found
Pipeline #510967 passed with stage
in 12 minutes and 38 seconds
......@@ -422,17 +422,10 @@ T.ToolBar {
anchors.fill: parent
onContainsDragChanged: {
if (containsDrag) {
if (containsDrag)
_timer.restart()
if (plListView)
MainCtx.setCursor(Qt.DragCopyCursor)
} else {
else
_timer.stop()
if (plListView)
MainCtx.restoreCursor()
}
}
onEntered: (drag) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment