1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 08:06:04 +02:00

Scale fixes

This commit is contained in:
Brian Fiete 2020-03-28 14:26:59 -07:00
parent 56e3077338
commit 1caaec9b56
5 changed files with 28 additions and 6 deletions

View file

@ -170,8 +170,8 @@ namespace IDE.ui
public override void RehupScale(float oldScale, float newScale)
{
base.RehupScale(oldScale, newScale);
SetScaleData();
base.RehupScale(oldScale, newScale);
}
public override void Serialize(StructuredData data)