mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-17 14:29:56 +02:00
fix old system dialog is not destroyed after closed
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user