Merge branch 'master' into new-option-search

This commit is contained in:
Dean Herbert
2017-05-08 10:49:49 +09:00
committed by GitHub
3 changed files with 66 additions and 53 deletions

View File

@ -50,7 +50,7 @@ namespace osu.Game.Overlays.Options
set
{
bindable = value;
(Control as IHasCurrentValue<T>)?.Current.BindTo(bindable);
controlWithCurrent?.Current.BindTo(bindable);
}
}