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:
|
case QEvent::LayoutRequest:
|
||||||
{
|
{
|
||||||
if ( d_func()->autoLayoutChildren )
|
if ( d_func()->autoLayoutChildren )
|
||||||
|
{
|
||||||
resetImplicitSize();
|
resetImplicitSize();
|
||||||
|
polish();
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user