This commit is contained in:
Uwe Rathmann 2022-06-29 16:16:07 +02:00
commit 05857418f1

View File

@ -39,12 +39,12 @@ class QskLayoutChain
metrics.setMetric( which, size ); metrics.setMetric( which, size );
} }
QskLayoutMetrics metrics;
int stretch = 0; int stretch = 0;
bool canGrow = false; bool canGrow = false;
bool isShrunk = false; bool isShrunk = false;
bool isValid = false; bool isValid = false;
QskLayoutMetrics metrics;
}; };
enum FillMode enum FillMode