mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
Scale fixes
This commit is contained in:
parent
56e3077338
commit
1caaec9b56
5 changed files with 28 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue