mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 10:40:33 +08:00
a8ada50549
- Addresses https://github.com/ppy/osu/pull/36346#discussion_r2692322683 The inner slider bar binds its `Current` to `currentNumberInstantaneous`: https://github.com/ppy/osu/blob/1add946db486c866cc214c5eb3d728f308aad637/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs#L225-L236 But the current bindable of the form component doesn't update because of this. https://github.com/ppy/osu/blob/1add946db486c866cc214c5eb3d728f308aad637/osu.Game/Graphics/UserInterfaceV2/FormSliderBar.cs#L285-L293 Fixed it by just moving the `ResetToDefault` action up another level. --------- Co-authored-by: Dean Herbert <pe@ppy.sh>
a8ada50549
·
2026-01-16 19:48:36 +09:00
History