1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 21:34:36 +08:00

Fix revert to default button not resizing correctly after changing languages

Closes #36519.
This commit is contained in:
Dean Herbert
2026-02-03 18:17:53 +09:00
Unverified
parent 85b8480e46
commit b8b6327624
8 changed files with 17 additions and 7 deletions
@@ -249,5 +249,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
public bool IsDisabled => current.Disabled;
public IEnumerable<LocalisableString> FilterTerms => Caption.Yield();
public float MainDrawHeight => DrawHeight;
}
}