1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 14:12:55 +08:00

Fix context menus (temporarily)

This commit is contained in:
Dean Herbert 2018-11-09 16:57:45 +09:00
parent 66dc7d6b02
commit 8a917e4cc7

View File

@ -255,6 +255,9 @@ namespace osu.Game.Tournament.Screens.Ladder
}
}
// todo: remove after ppy/osu-framework#1980 is merged.
public override bool HandlePositionalInput => true;
public void Remove(MatchPairing pairing) => pairingsContainer.FirstOrDefault(p => p.Pairing == pairing)?.Remove();
public void SetCurrent(MatchPairing pairing)