Complete editing support

This commit is contained in:
Dean Herbert
2018-09-22 05:52:25 +09:00
parent 36e1517197
commit 2f2dcec8c7
11 changed files with 306 additions and 58 deletions

View File

@ -63,8 +63,10 @@ namespace osu.Game.Overlays.Settings
set
{
controlWithCurrent?.Current.UnbindBindings();
bindable = value;
controlWithCurrent?.Current.BindTo(bindable);
if (ShowsDefaultIndicator)
{
restoreDefaultButton.Bindable = bindable.GetBoundCopy();