mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:25:05 +08:00
Don't autohide the channel list if the chat is too tall
This commit is contained in:
parent
52d524a65e
commit
32f98ca62b
@ -241,11 +241,6 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
chatContainer.Height = (float)h;
|
||||
channelSelection.Height = 1f - (float)h;
|
||||
if (channelSelection.Height < channel_selection_min_height)
|
||||
channelSelection.Hide();
|
||||
else if (channelSelection.State == Visibility.Hidden && channelTabs.ChannelSelectorActive.Value)
|
||||
channelSelection.Show();
|
||||
|
||||
tabBackground.FadeTo(Height == 1 ? 1 : 0.8f, 200);
|
||||
};
|
||||
chatHeight.TriggerChange();
|
||||
|
Loading…
Reference in New Issue
Block a user