dh
This commit is contained in:
parent
11fdeaf3c1
commit
9e87cb7b23
@ -266,7 +266,8 @@ QskLayoutChain::CellData Element::cell(
|
|||||||
if ( policy & QskSizePolicy::ExpandFlag )
|
if ( policy & QskSizePolicy::ExpandFlag )
|
||||||
cell.stretch = 1;
|
cell.stretch = 1;
|
||||||
|
|
||||||
cell.hint = QskLayoutConstraint::layoutHint( m_item, orientation, constraint );
|
if ( !m_isSpacer )
|
||||||
|
cell.hint = QskLayoutConstraint::layoutHint( m_item, orientation, constraint );
|
||||||
|
|
||||||
return cell;
|
return cell;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user