Apply review comment

This commit is contained in:
Shivam
2020-06-10 08:04:34 +02:00
parent aacacd75f0
commit 0f39558da2
3 changed files with 9 additions and 13 deletions

View File

@ -228,6 +228,15 @@ namespace osu.Game.Tournament
API.Queue(req);
}
protected override void LoadComplete()
{
MenuCursorContainer.Cursor.AlwaysPresent = true; // required for tooltip display
// we don't want to show the menu cursor as it would appear on stream output.
MenuCursorContainer.Cursor.Alpha = 0;
base.LoadComplete();
}
protected virtual void SaveChanges()
{