Fix not being able to change channels when channel select dialog is up

This commit is contained in:
Dean Herbert 2017-06-05 23:12:39 +09:00
parent d9106c4e30
commit 6b7e18a1e3

View File

@ -324,9 +324,7 @@ namespace osu.Game.Overlays
set
{
if (currentChannel == value) return;
if (channelTabs.ChannelSelectorActive) return;
if (currentChannel == value || value == null) return;
currentChannel = value;