mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 11:13:21 +08:00
Fix focus glow appearing above range slider's nubs
This commit is contained in:
parent
c666fa7472
commit
1fc221bb39
@ -115,7 +115,9 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
KeyboardStep = 0.1f,
|
KeyboardStep = 0.1f,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Y = vertical_offset,
|
Y = vertical_offset,
|
||||||
}
|
},
|
||||||
|
upperBound.Nub.CreateProxy(),
|
||||||
|
lowerBound.Nub.CreateProxy(),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -160,6 +162,8 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
protected partial class BoundSlider : RoundedSliderBar<double>
|
protected partial class BoundSlider : RoundedSliderBar<double>
|
||||||
{
|
{
|
||||||
|
public new Nub Nub => base.Nub;
|
||||||
|
|
||||||
public string? DefaultString;
|
public string? DefaultString;
|
||||||
public LocalisableString? DefaultTooltip;
|
public LocalisableString? DefaultTooltip;
|
||||||
public string? TooltipSuffix;
|
public string? TooltipSuffix;
|
||||||
|
Loading…
Reference in New Issue
Block a user