Skip to content

Commit

Permalink
Better handling of rescalings on issue #261.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Jan 26, 2023
1 parent a0d5226 commit 7e20f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Scale/Scale.cs
Expand Up @@ -1121,7 +1121,7 @@ public void SetState(bool active, bool available)
// It's up to the caller to prevent an infinit loop, do not call this inside a TweakScale message handler!
public void Rescale()
{
this.RestoreScaleIfNeededAndUpdate();
this.ScaleAndUpdate();
}

#endregion
Expand Down

0 comments on commit 7e20f41

Please sign in to comment.