Skip to content
Snippets Groups Projects
Commit 9221f789 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qml/DragItem: allow updating indexes on requestData signal

fixes drag'ndrop in PlaylistView
parent ba836cfa
No related branches found
No related tags found
1 merge request!1073qml: minor playlistview fixes
Pipeline #172020 passed with stage
in 22 minutes and 18 seconds
......@@ -162,9 +162,6 @@ Item {
on_ActiveChanged: {
if (_active) {
if (_indexesSize < 1)
return
dragItem._currentRequest += 1
dragItem.requestData(dragItem._currentRequest)
......
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