mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00:00
Fix tooltips not showing at correct location
This commit is contained in:
parent
2b4384bb30
commit
d4808ded0b
@ -223,7 +223,9 @@ namespace osu.Game.Tournament
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
MenuCursorContainer.Cursor.AlwaysPresent = true; // required for tooltip display
|
||||
MenuCursorContainer.Cursor.Alpha = 0;
|
||||
|
||||
base.LoadComplete();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user