mirror of
https://github.com/ppy/osu.git
synced 2025-02-23 22:42:54 +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;
|
private readonly BindableBeatDivisor beatDivisor;
|
||||||
|
|
||||||
|
public override bool AcceptsFocus => false;
|
||||||
|
|
||||||
public TickSliderBar(BindableBeatDivisor beatDivisor)
|
public TickSliderBar(BindableBeatDivisor beatDivisor)
|
||||||
{
|
{
|
||||||
CurrentNumber.BindTo(this.beatDivisor = beatDivisor);
|
CurrentNumber.BindTo(this.beatDivisor = beatDivisor);
|
||||||
|
Loading…
Reference in New Issue
Block a user