multicell propagation fixed ( also avoids assertions of the iotdashboard with

Qt 6.2 in debug mode )
This commit is contained in:
Uwe Rathmann 2023-01-23 13:02:29 +01:00
parent 76a7e94358
commit 7d1e394b43

View File

@ -151,6 +151,8 @@ void QskLayoutChain::expandCells(
if ( !maximum.isEmpty() && !cell.isValid )
cell.metrics.setMaximum( maximum[i].length );
cell.metrics.normalize();
if ( !cell.isValid )
{
cell.isValid = true;