Fix tooltips not showing at correct location

This commit is contained in:
Dean Herbert 2019-06-14 16:28:59 +09:00
parent 2b4384bb30
commit d4808ded0b

View File

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