multicell propagation fixed ( also avoids assertions of the iotdashboard with
Qt 6.2 in debug mode )
This commit is contained in:
parent
76a7e94358
commit
7d1e394b43
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user