1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-15 11:14:06 +08:00
Commit Graph

1 Commits

  • Replace FormSliderBar.Instantaneous with TransferValueOnCommit
    Rather than control the propagation of the value between the slider and
    the textbox, add a property that controls the propagation of the value
    between the bindables inside the form control to external bindables.
    This will help alleviate issues where the external bindable update
    incurs overheads due to having heavy change callbacks attached.