Merge remote-tracking branch 'upstream/master' into quit-chat-channels

This commit is contained in:
Dean Herbert
2017-09-06 21:10:36 +09:00
70 changed files with 1903 additions and 866 deletions

View File

@ -170,7 +170,7 @@ namespace osu.Game.Overlays
channelTabs.Current.ValueChanged += newChannel => CurrentChannel = newChannel;
channelTabs.ChannelSelectorActive.ValueChanged += value => channelSelection.State = value ? Visibility.Visible : Visibility.Hidden;
channelSelection.StateChanged += (overlay, state) =>
channelSelection.StateChanged += state =>
{
channelTabs.ChannelSelectorActive.Value = state == Visibility.Visible;