adding backgrounds to drag of songs
This commit is contained in:
parent
c71356cac3
commit
2f016f8295
2 changed files with 2 additions and 13 deletions
|
@ -210,9 +210,8 @@ Item {
|
|||
if (songDragHandler.drag.active) {
|
||||
dragItemTitle = title;
|
||||
dragItemType = "song";
|
||||
dragItemBackgroundType = "image";
|
||||
dragItemBackground = "";
|
||||
/* showPassiveNotification(dragSongTitle) */
|
||||
dragItemBackgroundType = backgroundType;
|
||||
dragItemBackground = background;
|
||||
} else {
|
||||
songListItem.Drag.drop()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue