Clarify usages of reverse child ID flow with inline comments

This commit is contained in:
Bartłomiej Dach
2021-12-06 21:00:26 +01:00
parent 82ed8eae6b
commit 999bba439f
4 changed files with 7 additions and 0 deletions

View File

@ -80,6 +80,8 @@ namespace osu.Game.Overlays.Profile
}
}
},
// reverse ID flow is required for correct Z-ordering of the content (last item should be front-most).
// particularly important in BeatmapsSection, as it uses beatmap cards, which have expandable overhanging content.
content = new ReverseChildIDFillFlowContainer<Drawable>
{
Direction = FillDirection.Vertical,