move destroyOnClose into ImagePackSettingsDialog
This commit is contained in:
parent
31623000a8
commit
c254697eaa
@ -19,6 +19,5 @@ P.MessageDialog {
|
|||||||
onAccepted: {
|
onAccepted: {
|
||||||
console.info("deleting image pack " + imagePack.packname);
|
console.info("deleting image pack " + imagePack.packname);
|
||||||
imagePack.remove()
|
imagePack.remove()
|
||||||
timelineRoot.destroyOnClose(dialog);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -215,6 +215,7 @@ ApplicationWindow {
|
|||||||
"imagePack": currentPack
|
"imagePack": currentPack
|
||||||
});
|
});
|
||||||
dialog.open();
|
dialog.open();
|
||||||
|
timelineRoot.destroyOnClose(dialog);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user