mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Fix slider updating glow when disabled
This commit is contained in:
parent
a16540dc6d
commit
a2fdad4afc
@ -159,7 +159,8 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
protected override bool OnHover(HoverEvent e)
|
protected override bool OnHover(HoverEvent e)
|
||||||
{
|
{
|
||||||
updateGlow();
|
if (!Current.Disabled)
|
||||||
|
updateGlow();
|
||||||
return base.OnHover(e);
|
return base.OnHover(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user