fix old system dialog is not destroyed after closed

This commit is contained in:
Xuan Sang LE
2020-05-29 23:34:35 +02:00
parent 1c32f2010c
commit ced3777d30
5 changed files with 17 additions and 6 deletions

View File

@ -165,7 +165,7 @@ namespace OS {
dialog = d as GUI.BaseDialog;
}
dialog.parent = undefined;
dialog.parent = GUI;
dialog.handle = resolve;
dialog.pid = -1;
dialog.data = data;