mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00: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:
commit
03188e40ee
@ -421,6 +421,9 @@ namespace osu.Game.Overlays.SkinEditor
|
|||||||
if (targetContainer != null)
|
if (targetContainer != null)
|
||||||
changeHandler = new SkinEditorChangeHandler(targetContainer);
|
changeHandler = new SkinEditorChangeHandler(targetContainer);
|
||||||
hasBegunMutating = true;
|
hasBegunMutating = true;
|
||||||
|
|
||||||
|
// Reload sidebar components.
|
||||||
|
selectedTarget.TriggerChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user