some fixes to dragging behaviors
This commit is contained in:
parent
f74332d85d
commit
05c457be85
3 changed files with 29 additions and 13 deletions
|
@ -218,12 +218,14 @@ Item {
|
|||
dragItemType = "song";
|
||||
dragItemBackgroundType = backgroundType;
|
||||
dragItemBackground = background;
|
||||
draggedLibraryItem = self;
|
||||
} else {
|
||||
songListItem.Drag.drop()
|
||||
}
|
||||
}
|
||||
filterChildren: true
|
||||
threshold: 10
|
||||
/* onDropped: songDropped = true; */
|
||||
}
|
||||
MouseArea {
|
||||
id: songClickHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue