diff --git a/src/layouts/QskLayoutChain.cpp b/src/layouts/QskLayoutChain.cpp index 43a2f514..4b66122a 100644 --- a/src/layouts/QskLayoutChain.cpp +++ b/src/layouts/QskLayoutChain.cpp @@ -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;