qt5base-lts/tests/auto/widgets/graphicsview/qgraphicsgridlayout
Jan Arve Saether c9db6e52bc Fixed a bug where spans did not always work in layouts.
The problem was that the span we stored in the multiCellMap was the
"effective" span (i.e.  the given span subtracted with the number of
ignored rows it would span). Later we used that span to distribute its
size across all its cells.  However, since the span now could be smaller
that the given span, we could sometimes fail to distribute to the last
span(s).

[ChangeLog][QtWidgets][layouts] Fixed a bug where spans sometimes didn't
distribute themselves to the last cells they covered.

Change-Id: I31db3d850484dc8b70d62c5f02f680740578c661
Task-number: QTBUG-43099
Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
2014-12-09 16:58:58 +01:00
..
.gitignore Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00
qgraphicsgridlayout.pro widget/graphicsview: Do not run tests showing windows in parallel. 2013-06-03 13:48:41 +02:00
tst_qgraphicsgridlayout.cpp Fixed a bug where spans did not always work in layouts. 2014-12-09 16:58:58 +01:00