1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-23 18:23:17 +08:00

Merge pull request #31910 from peppy/beat-divisor-focus

Stop beat divisor "slider" from accepting focus
This commit is contained in:
Bartłomiej Dach 2025-02-17 08:48:25 +01:00 committed by GitHub
commit 6448c676fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,6 +398,8 @@ namespace osu.Game.Screens.Edit.Compose.Components
private readonly BindableBeatDivisor beatDivisor;
public override bool AcceptsFocus => false;
public TickSliderBar(BindableBeatDivisor beatDivisor)
{
CurrentNumber.BindTo(this.beatDivisor = beatDivisor);