Move bindings to LoadComplete to avoid cross-thread issues

This commit is contained in:
Dean Herbert 2021-03-17 14:18:56 +09:00
parent b1c4ac9f42
commit 1e82033c84

View File

@ -140,6 +140,11 @@ namespace osu.Game.Overlays.Settings.Sections.Input
}
},
};
}
protected override void LoadComplete()
{
base.LoadComplete();
areaOffset.BindTo(tabletHandler.AreaOffset);
areaOffset.BindValueChanged(val =>