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

Fixes for new override system

This commit is contained in:
Brian Fiete 2020-02-21 06:18:19 -08:00
parent 5d1a9e6873
commit 7d64d6dd21
4 changed files with 4 additions and 4 deletions

View file

@ -5341,7 +5341,7 @@ namespace IDE
return DarkTheme.sDarkTheme.mSmallFont.GetWidth(mLabel) + DarkTheme.GetScaled(40);
}
public override void Activate(bool setFocus)
public override void Activate(bool setFocus = true)
{
base.Activate(setFocus);