mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00:00
Fix drag handles not showing on now playing playlist items
This commit is contained in:
parent
bf1c5a3b1f
commit
6c9fcae69f
@ -39,6 +39,8 @@ namespace osu.Game.Overlays.Music
|
||||
Padding = new MarginPadding { Left = 5 };
|
||||
|
||||
FilterTerms = item.Metadata.SearchableTerms;
|
||||
|
||||
ShowDragHandle.Value = true;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user