mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 02:02:53 +08:00
Fix hover propagating through toolbar buttons
Closes #21920. Weirdly enough this was semeingly fixed once before in ancient times in3891f467a3
, but then unfixed again in566e09083f
. The second change is no longer needed since the toolbar became opaque in #9447.
This commit is contained in:
parent
cacc23204d
commit
c5f7da9a4e
@ -179,7 +179,7 @@ namespace osu.Game.Overlays.Toolbar
|
||||
HoverBackground.FadeIn(200);
|
||||
tooltipContainer.FadeIn(100);
|
||||
|
||||
return base.OnHover(e);
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(HoverLostEvent e)
|
||||
|
Loading…
Reference in New Issue
Block a user