diff --git a/osu.Framework/Graphics/Cursor/TooltipContainer.cs b/osu.Framework/Graphics/Cursor/TooltipContainer.cs index e13c5900b..3f4c65ab5 100644 --- a/osu.Framework/Graphics/Cursor/TooltipContainer.cs +++ b/osu.Framework/Graphics/Cursor/TooltipContainer.cs @@ -208,14 +208,7 @@ namespace osu.Framework.Graphics.Cursor if (hasValidTooltip(target)) CurrentTooltip.Show(); - - RefreshTooltip(CurrentTooltip, target); } - } - - protected override void UpdateAfterChildren() - { - base.UpdateAfterChildren(); RefreshTooltip(CurrentTooltip, currentlyDisplayed);