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:
@@ -249,5 +249,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
public bool IsDisabled => current.Disabled;
|
||||
|
||||
public IEnumerable<LocalisableString> FilterTerms => Caption.Yield();
|
||||
|
||||
public float MainDrawHeight => DrawHeight;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user