src/gui/widgets/qabstractscrollarea.cpp
changeset 30 5dc02b23752f
parent 22 79de32ba3296
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   981         return false;
   981         return false;
   982     }
   982     }
   983     case QEvent::StyleChange:
   983     case QEvent::StyleChange:
   984     case QEvent::LayoutDirectionChange:
   984     case QEvent::LayoutDirectionChange:
   985     case QEvent::ApplicationLayoutDirectionChange:
   985     case QEvent::ApplicationLayoutDirectionChange:
       
   986     case QEvent::LayoutRequest:
   986         d->layoutChildren();
   987         d->layoutChildren();
   987         // fall through
   988         // fall through
   988     default:
   989     default:
   989         return QFrame::event(e);
   990         return QFrame::event(e);
   990     }
   991     }