1
0
Fork 0
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:
Brian Fiete 2020-01-29 16:27:11 -08:00
parent a75cc2d8f9
commit a84b8ba987

View file

@ -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