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 )
|
if ( !maximum.isEmpty() && !cell.isValid )
|
||||||
cell.metrics.setMaximum( maximum[i].length );
|
cell.metrics.setMaximum( maximum[i].length );
|
||||||
|
|
||||||
|
cell.metrics.normalize();
|
||||||
|
|
||||||
if ( !cell.isValid )
|
if ( !cell.isValid )
|
||||||
{
|
{
|
||||||
cell.isValid = true;
|
cell.isValid = true;
|
||||||
|
|
Loading…
Reference in New Issue