1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +02:00

Merge pull request #1844 from disarray2077/patch-5

Fix IDE crash
This commit is contained in:
Brian Fiete 2023-05-23 14:56:27 -04:00 committed by GitHub
commit 51818ae0eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -367,7 +367,7 @@ namespace Beefy.widgets
public virtual void SetFocus()
{
MarkDirty();
mWidgetWindow.SetFocus(this);
mWidgetWindow?.SetFocus(this);
}
public virtual void SetVisible(bool visible)