diff options
| author | Jan Arve Saether <jan-arve.saether@digia.com> | 2013-03-13 09:07:29 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-03-13 13:43:44 +0100 |
| commit | 15c57038d9ac4720f4bc4b476d978a3824ed71ab (patch) | |
| tree | 7517a65a8f6d121f25bbdeb8c8b704e30686974a /src | |
| parent | 947c14cb87b55d110fadc94044ae3b9e293a7277 (diff) | |
updateLayoutItems should update the layouts size hints
Change-Id: I02a347e285738d982ef3bfea7580613647690594
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/layouts/qquicklinearlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/qquicklinearlayout.cpp b/src/layouts/qquicklinearlayout.cpp index 2fc796a6c..1b473c318 100644 --- a/src/layouts/qquicklinearlayout.cpp +++ b/src/layouts/qquicklinearlayout.cpp @@ -159,7 +159,7 @@ void QQuickGridLayoutBase::updateLayoutItems() invalidate(); quickLayoutDebug() << "QQuickGridLayoutBase::updateLayoutItems LEAVING"; - //propagateLayoutSizeHints(); + propagateLayoutSizeHints(); } void QQuickGridLayoutBase::propagateLayoutSizeHints() |
