fixing bug in initial songs db, items not dragging ontop of screen
This commit is contained in:
parent
332c41de1b
commit
036f83ecfe
3 changed files with 22 additions and 5 deletions
|
@ -195,9 +195,14 @@ Item {
|
|||
target: songListItem
|
||||
x: x
|
||||
y: y
|
||||
width: width
|
||||
height: height
|
||||
}
|
||||
ParentChange {
|
||||
target: videoListItem
|
||||
parent: rootApp.overlay
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
@ -411,6 +416,12 @@ Item {
|
|||
target: videoListItem
|
||||
x: x
|
||||
y: y
|
||||
width: width
|
||||
height: height
|
||||
}
|
||||
ParentChange {
|
||||
target: videoListItem
|
||||
parent: rootApp.overlay
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue