mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Revert "Move collection change bind to LoadComplete"
This reverts commit d6d87e1975
.
Actually that broke things due to the "disableable" instances not added early enough, revert for now.
This commit is contained in:
@ -65,11 +65,6 @@ 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