mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 06:20:02 +08:00
More comments.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user