Merge remote-tracking branch 'upstream/master' into tournament-tools

This commit is contained in:
Dean Herbert
2019-05-15 12:08:23 +09:00
477 changed files with 7058 additions and 3496 deletions

View File

@ -171,6 +171,7 @@ namespace osu.Game.Tournament.Components
case TeamColour.Red:
BorderColour = Color4.Red;
break;
case TeamColour.Blue:
BorderColour = Color4.Blue;
break;
@ -182,6 +183,7 @@ namespace osu.Game.Tournament.Components
Colour = Color4.White;
Alpha = 1;
break;
case ChoiceType.Ban:
Colour = Color4.Gray;
Alpha = 0.5f;
@ -199,6 +201,7 @@ namespace osu.Game.Tournament.Components
private void picksBansOnCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
{
var list = (ObservableCollection<BeatmapChoice>)sender;
if (sender != currentMatch.Value.PicksBans)
{
// todo: we need a last attribute in bindable valuechanged events badly.