mirror of
https://github.com/ppy/osu
synced 2024-12-25 00:02:48 +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()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
|
MenuCursorContainer.Cursor.AlwaysPresent = true; // required for tooltip display
|
||||||
MenuCursorContainer.Cursor.Alpha = 0;
|
MenuCursorContainer.Cursor.Alpha = 0;
|
||||||
|
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user