mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 14:15:03 +08:00
Fix skin editor components sidebar not reloading when changing skins
Closes https://github.com/ppy/osu/issues/29098.
This commit is contained in:
parent
510f2c8ce2
commit
1bd2f4c6a2
@ -421,6 +421,9 @@ namespace osu.Game.Overlays.SkinEditor
|
||||
if (targetContainer != null)
|
||||
changeHandler = new SkinEditorChangeHandler(targetContainer);
|
||||
hasBegunMutating = true;
|
||||
|
||||
// Reload sidebar components.
|
||||
selectedTarget.TriggerChange();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user