Fix remaining framework changes

This commit is contained in:
Dean Herbert
2019-03-29 00:29:07 +09:00
parent 176b4ecc38
commit 2f5668f4e7
10 changed files with 23 additions and 0 deletions

View File

@ -155,6 +155,8 @@ namespace osu.Game.Overlays.Music
}
}
public bool FilteringActive { get; set; }
private class PlaylistItemHandle : SpriteIcon
{
public PlaylistItemHandle()

View File

@ -231,6 +231,11 @@ namespace osu.Game.Overlays.Music
}
}
public bool FilteringActive
{
set { }
}
public IEnumerable<IFilterable> FilterableChildren => Children;
public ItemSearchContainer()