Fix a crash on leaving the selected channel

This commit is contained in:
Dean Herbert 2018-11-21 17:14:08 +09:00
parent 68621fbd0e
commit eab2776755

View File

@ -209,7 +209,6 @@ namespace osu.Game.Overlays
{
textbox.Current.Disabled = true;
currentChannelContainer.Clear(false);
channelTabControl.Current.Value = null;
return;
}