1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +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
parent 510f2c8ce2
commit 1bd2f4c6a2
No known key found for this signature in database

View File

@ -421,6 +421,9 @@ namespace osu.Game.Overlays.SkinEditor
if (targetContainer != null)
changeHandler = new SkinEditorChangeHandler(targetContainer);
hasBegunMutating = true;
// Reload sidebar components.
selectedTarget.TriggerChange();
}
/// <summary>