mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Make current value behaviour between channels and tabs consistent.
- Trim whitespace
This commit is contained in:
@ -57,6 +57,9 @@ namespace osu.Game.Overlays.Chat
|
||||
TabContainer.ChangeChildDepth(selectorTab, float.MaxValue);
|
||||
|
||||
base.AddTabItem(item, addToDropdown);
|
||||
|
||||
if (SelectedTab == null)
|
||||
SelectTab(item);
|
||||
}
|
||||
|
||||
protected override TabItem<Channel> CreateTabItem(Channel value)
|
||||
@ -149,7 +152,7 @@ namespace osu.Game.Overlays.Chat
|
||||
protected override bool OnHover(InputState state)
|
||||
{
|
||||
closeButton?.FadeIn(1f, Easing.InBounce);
|
||||
|
||||
|
||||
if (!Active)
|
||||
box.FadeColour(backgroundHover, transition_length, Easing.OutQuint);
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user