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

@ -21,8 +21,7 @@ namespace osu.Game.Tests.Visual
public override IReadOnlyList<Type> RequiredTypes => new[]
{
typeof(ChatTabControl),
typeof(ChannelTabControl),
typeof(UserTabControl)
typeof(ChannelTabControl)
};
private readonly ChatTabControl chatTabControl;