mirror of
https://github.com/ppy/osu
synced 2024-12-12 09:58:22 +00:00
More comments.
This commit is contained in:
parent
f0e4a252a5
commit
eb30882b09
@ -114,6 +114,7 @@ namespace osu.Game.Beatmaps.Drawable
|
||||
{
|
||||
State = BeatmapGroupState.Expanded;
|
||||
|
||||
//we want to make sure one of our children is selected in the case none have been selected yet.
|
||||
if (SelectedPanel == null)
|
||||
BeatmapPanels.First().State = PanelSelectedState.Selected;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user