From 7d1e394b43687f7488b54e681761ff556a9331ca Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Mon, 23 Jan 2023 13:02:29 +0100 Subject: [PATCH] multicell propagation fixed ( also avoids assertions of the iotdashboard with Qt 6.2 in debug mode ) --- src/layouts/QskLayoutChain.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;