mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 02:39:52 +08:00
Fix SettingsToolboxGroup not clearing transforms before updating autosize
This commit is contained in:
@@ -156,6 +156,8 @@ namespace osu.Game.Overlays
|
||||
|
||||
private void updateExpandedState(ValueChangedEvent<bool> expanded)
|
||||
{
|
||||
content.ClearTransforms();
|
||||
|
||||
if (expanded.NewValue)
|
||||
content.AutoSizeAxes = Axes.Y;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user