This commit is contained in:
Uwe Rathmann 2019-09-09 08:49:26 +02:00
parent 11fdeaf3c1
commit 9e87cb7b23

View File

@ -266,6 +266,7 @@ QskLayoutChain::CellData Element::cell(
if ( policy & QskSizePolicy::ExpandFlag )
cell.stretch = 1;
if ( !m_isSpacer )
cell.hint = QskLayoutConstraint::layoutHint( m_item, orientation, constraint );
return cell;