mirror of
https://github.com/ppy/osu
synced 2025-01-23 14:22:51 +00:00
Hide playlist when MusicController is hidden
This commit is contained in:
parent
304a731d2e
commit
5caa67d735
@ -406,6 +406,8 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
base.PopOut();
|
||||
|
||||
playlist.State = Visibility.Hidden;
|
||||
|
||||
this.FadeOut(transition_length, Easing.OutQuint);
|
||||
dragContainer.ScaleTo(0.9f, transition_length, Easing.OutQuint);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user