1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 18:44:06 +08:00

Fade out taskbar tooltip after clicking

This commit is contained in:
Joehu
2019-02-28 15:43:04 -08:00
Unverified
parent c5646ece97
commit f4a6612d48
@@ -139,6 +139,7 @@ namespace osu.Game.Overlays.Toolbar
protected override bool OnClick(ClickEvent e)
{
HoverBackground.FlashColour(Color4.White.Opacity(100), 500, Easing.OutQuint);
tooltipContainer.FadeOut(100);
return base.OnClick(e);
}