More Flex WIP. Updated plan.

This commit is contained in:
Martín Lucas Golini
2026-05-30 00:48:47 -03:00
parent 2e7a1d0eb3
commit c79cdce019
4 changed files with 407 additions and 106 deletions

View File

@@ -42,6 +42,9 @@ class EE_API FlexLayouter : public UILayouter {
Float minMainSize{ 0.f };
Float maxMainSize{ std::numeric_limits<Float>::max() };
bool frozen{ false };
bool hasAutoMarginCrossStart{ false };
bool hasAutoMarginCrossEnd{ false };
FlexItem() :
widget( nullptr ),