From 84bda7d23fdc2945b6cefc9417f319195f34b274 Mon Sep 17 00:00:00 2001 From: Shane Woolcock Date: Tue, 24 Apr 2018 20:46:44 +0930 Subject: [PATCH] Update framework and ensure the add channel button is not switchable --- osu-framework | 2 +- osu.Game/Overlays/Chat/ChatTabControl.cs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/osu-framework b/osu-framework index 61e676094d..df4e92bbcb 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 61e676094d25436bb9e8858946f65c43d15d8e01 +Subproject commit df4e92bbcb3ece05c7245aab2caacc0953ca6b55 diff --git a/osu.Game/Overlays/Chat/ChatTabControl.cs b/osu.Game/Overlays/Chat/ChatTabControl.cs index 77a30e6389..91b790ece4 100644 --- a/osu.Game/Overlays/Chat/ChatTabControl.cs +++ b/osu.Game/Overlays/Chat/ChatTabControl.cs @@ -307,6 +307,8 @@ namespace osu.Game.Overlays.Chat { public override bool IsRemovable => false; + public override bool IsSwitchable => false; + public ChannelSelectorTabItem(Channel value) : base(value) { Depth = float.MaxValue;