1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 14:24:10 +02:00

Fix IDE crash

This commit is contained in:
disarray2077 2023-05-14 16:04:51 -03:00 committed by GitHub
parent 4c65652955
commit adc0fa6e22
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)