1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 23:41:00 +08:00

Add insult to injury for autosize workaround

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert
2026-01-27 19:58:45 +09:00
committed by GitHub
Unverified
parent 60690cbccc
commit 6fad798227
@@ -75,6 +75,7 @@ namespace osu.Game.Overlays.Settings
// Explicitly use ClearTransforms to clear any existing auto-size transform before modifying size / flag.
// TODO: This is dodgy as hell and needs to go.
ClearTransforms(false, @"baseSize");
ClearTransforms(false, nameof(Height));
if (Current.Value == null)
{