1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Merge pull request #29504 from peppy/skin-editor-fix-sidebar-reload

Fix skin editor components sidebar not reloading when changing skins
This commit is contained in:
Dan Balasescu 2024-08-19 18:13:52 +09:00 committed by GitHub
commit 03188e40ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>