Update in line with framework

This commit is contained in:
Dean Herbert
2017-05-30 16:33:26 +09:00
parent 03ac700838
commit 8544b45443
13 changed files with 44 additions and 27 deletions

View File

@ -24,7 +24,7 @@ namespace osu.Game.Overlays.Settings
public IEnumerable<IFilterable> FilterableChildren => Children.OfType<IFilterable>();
public string[] FilterTerms => new[] { Header };
public bool MatchingCurrentFilter
public bool MatchingFilter
{
set
{