mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
Fix flickering when the tooltip changes
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user