for autoLayoutChildren we also need to polish on LayoutRequest events
This commit is contained in:
parent
664b141ee4
commit
b4e735acce
|
@ -738,7 +738,10 @@ bool QskControl::event( QEvent* event )
|
|||
case QEvent::LayoutRequest:
|
||||
{
|
||||
if ( d_func()->autoLayoutChildren )
|
||||
{
|
||||
resetImplicitSize();
|
||||
polish();
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue