mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +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)
|
||||
delete val;
|
||||
|
||||
if (mErrorsPanel.mParent != null)
|
||||
mErrorsPanel.RemoveSelf();
|
||||
|
||||
ProcessIdleDeferredDeletes();
|
||||
|
||||
// Get rid of panels
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue