mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 15:26:00 +02:00
commit
51818ae0eb
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ namespace Beefy.widgets
|
|||
public virtual void SetFocus()
|
||||
{
|
||||
MarkDirty();
|
||||
mWidgetWindow.SetFocus(this);
|
||||
mWidgetWindow?.SetFocus(this);
|
||||
}
|
||||
|
||||
public virtual void SetVisible(bool visible)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue