1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 15:10:28 +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:
Dean Herbert
2024-08-19 15:45:18 +09:00
Unverified
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>