diff options
author | Santhosh Kumar <[email protected]> | 2024-01-09 14:05:56 +0100 |
---|---|---|
committer | Santhosh Kumar <[email protected]> | 2024-01-10 11:03:26 +0100 |
commit | d85de8da6011731e3ff31ae1361e71fecaedb0be (patch) | |
tree | e5337afe76a3abcb9f22fc4bfa88dc1d38ee35fd /src/qml/jsruntime/qv4module.cpp | |
parent | 7ab9ba60623bd3ab8992c542cab2c98053378c22 (diff) |
Remove dirty flag validation during geometry change in the layout
The patch 9ad9d05f26184a79ad3fe09abdc662949088d19d adds validation
to avoid rearrange in the layout as there is possibility to refer
invalid QGridLayoutItem (particularly during item removal from the
layout). The same can be fixed through m_disableRearrange flag which
cause rearrange to happen in next polish (as with the earlier fix)
instead of geometryChange().
Fixes: QTBUG-120592
Pick-to: 6.7 6.6 6.5
Change-Id: Ia17a41eeba46797631263d865de055b46e1208f1
Reviewed-by: Qt CI Bot <[email protected]>
Reviewed-by: Jan Arve Sæther <[email protected]>
Diffstat (limited to 'src/qml/jsruntime/qv4module.cpp')
0 files changed, 0 insertions, 0 deletions