mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Errors panel fix
This commit is contained in:
parent
c74d99b1ab
commit
da7015e82d
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ namespace IDE
|
|||
for (var val in mWindowDatas.Values)
|
||||
delete val;
|
||||
|
||||
if (mErrorsPanel.mParent != null)
|
||||
if (mErrorsPanel?.mParent != null)
|
||||
mErrorsPanel.RemoveSelf();
|
||||
|
||||
ProcessIdleDeferredDeletes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue