mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-20 23:24:16 +00:00
50e1f51755
Previously, TreeSection was drawn before TrainerSection. Reversing the order ensures TrainerSection layout is resolved first, which fixes scroll state being computed against an incomplete structree page render. Fixes #8893