mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Fixed issues closing error panel on shutdown
This commit is contained in:
parent
a75cc2d8f9
commit
a84b8ba987
1 changed files with 3 additions and 0 deletions
|
@ -678,6 +678,9 @@ namespace IDE
|
||||||
for (var val in mWindowDatas.Values)
|
for (var val in mWindowDatas.Values)
|
||||||
delete val;
|
delete val;
|
||||||
|
|
||||||
|
if (mErrorsPanel.mParent != null)
|
||||||
|
mErrorsPanel.RemoveSelf();
|
||||||
|
|
||||||
ProcessIdleDeferredDeletes();
|
ProcessIdleDeferredDeletes();
|
||||||
|
|
||||||
// Get rid of panels
|
// Get rid of panels
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue