mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 04:59:54 +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:
@@ -421,6 +421,9 @@ namespace osu.Game.Overlays.SkinEditor
|
||||
if (targetContainer != null)
|
||||
changeHandler = new SkinEditorChangeHandler(targetContainer);
|
||||
hasBegunMutating = true;
|
||||
|
||||
// Reload sidebar components.
|
||||
selectedTarget.TriggerChange();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user