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

Fixed some scale issues

This commit is contained in:
Brian Fiete 2020-04-28 12:55:06 -07:00
parent 5515a1fd72
commit 5c68049bd1
3 changed files with 26 additions and 19 deletions

View file

@ -477,8 +477,8 @@ namespace IDE.ui
public override void RehupScale(float oldScale, float newScale)
{
SetScaleData();
base.RehupScale(oldScale, newScale);
SetScaleData();
}
public override void FocusForKeyboard()