Fix flickering when the tooltip changes

This commit is contained in:
eyhn
2025-06-20 15:33:49 +08:00
parent 195116bd48
commit 45c8ab2f28

View File

@@ -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);