fixing bug in initial songs db, items not dragging ontop of screen

This commit is contained in:
Chris Cochrun 2022-04-07 15:20:33 -05:00
parent 332c41de1b
commit 036f83ecfe
3 changed files with 22 additions and 5 deletions

View file

@ -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
}
}