mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 22:27:46 +08: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)
|
||||
{
|
||||
updateGlow();
|
||||
if (!Current.Disabled)
|
||||
updateGlow();
|
||||
return base.OnHover(e);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user