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:
commit
6448c676fb
@ -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