mirror of
https://github.com/ppy/osu.git
synced 2025-02-23 21:22:55 +08:00
Stop beat divisor "slider" from accepting focus
This commit is contained in:
parent
20d89f3c87
commit
d5566831d2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user