mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Fixed more scaling issues
This commit is contained in:
parent
d9a820f5a1
commit
990d092274
7 changed files with 15 additions and 7 deletions
|
@ -792,7 +792,7 @@ namespace IDE
|
|||
gApp.mSettings.mEditorSettings.mFontSize = Math.Clamp(gApp.mSettings.mEditorSettings.mFontSize, 6.0f, 72.0f);
|
||||
|
||||
Font.ClearFontNameCache();
|
||||
gApp.SetScale(gApp.mSettings.mEditorSettings.mUIScale / 100.0f, true);
|
||||
gApp.PhysSetScale(gApp.mSettings.mEditorSettings.mUIScale / 100.0f, true);
|
||||
|
||||
DeleteAndNullify!(gApp.mKeyChordState);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue