mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Null check
This commit is contained in:
parent
9c1bf60780
commit
ae6a2b7ca4
1 changed files with 1 additions and 1 deletions
|
@ -2307,7 +2307,7 @@ namespace IDE.ui
|
|||
BFApp.sApp.DeferDelete(editWidget);
|
||||
mEditWidget = null;
|
||||
|
||||
if (mWidgetWindow.mFocusWidget == null)
|
||||
if (mWidgetWindow?.mFocusWidget == null)
|
||||
SetFocus();
|
||||
if ((mHasFocus) && (!removedItem))
|
||||
listViewItem.GetSubItem(0).Focused = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue