diff options
| author | Jan Arve Saether <jan-arve.saether@digia.com> | 2014-01-15 13:22:12 +0100 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-01-28 12:13:52 +0100 |
| commit | 17788ca8f0d6fe4fb0d03e99e34ed667fde54379 (patch) | |
| tree | a10790a239ff94cca7d2df096bbdb9c18f2a8d29 /src/controls/StackView.qml | |
| parent | 5dc805c86077ee9cd10af530f802fdda879cfb6a (diff) | |
Allow size hint changes during a rearrange.
Previously, we marked the layout as not dirty straight after a
rearrange was done. However, in the case of when a size hint changed
during a rearrange that would block the pending rearrange (since it
only perform the actual rearrange if its dirty).
Instead, mark the layout as not dirty *before* the rearrange.
This will allow bindings such as
implicitWidth: height
to execute the pending rearrange.
(Although such bindings are not encouraged)
Task-number: QTBUG-36169
Change-Id: I75bd821a0ca4302026bd5dac01287ca3359d471b
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/StackView.qml')
0 files changed, 0 insertions, 0 deletions
