mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Move collection change bind to LoadComplete
Best practice anyways
This commit is contained in:
@ -65,6 +65,11 @@ namespace osu.Game.Skinning
|
|||||||
protected SkinProvidingContainer()
|
protected SkinProvidingContainer()
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected override void LoadComplete()
|
||||||
|
{
|
||||||
|
base.LoadComplete();
|
||||||
|
|
||||||
SkinSources.BindCollectionChanged(((_, args) =>
|
SkinSources.BindCollectionChanged(((_, args) =>
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user