Only use one tabControl (channeltabcontrol). Fix that the Channel messages did not refresh.

This commit is contained in:
miterosan
2018-04-18 20:46:42 +02:00
parent 142e1b8587
commit 29e8c70ed7
9 changed files with 30 additions and 107 deletions

View File

@ -345,6 +345,7 @@ namespace osu.Game.Overlays
channelManager.CurrentChannel.ValueChanged += currentChatChanged;
channelManager.JoinedChannels.CollectionChanged += joinedChannelsChanged;
channelManager.AvailableChannels.CollectionChanged += availableChannelsChanged;
Add(channelManager);
}
private void postMessage(TextBox textbox, bool newText)