Fix popup being cut off in AC time scehdule editor
This commit is contained in:
parent
256e6bd54f
commit
5a7f8128e1
@ -212,7 +212,7 @@ ColumnLayout {
|
||||
print("clicked")
|
||||
if (movedSchedule != null && Math.abs(mouseX - startMouseX) < 5) {
|
||||
print("opening")
|
||||
var dialog = editDialogComponent.createObject(root, {schedule: movedSchedule})
|
||||
var dialog = editDialogComponent.createObject(root.parent, {schedule: movedSchedule})
|
||||
dialog.open()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user