prepareGeometryChange bugfix; more arrows code

This commit is contained in:
Max-Wilhelm Bruker 2009-10-20 23:20:07 +02:00
parent 961b42f734
commit c57e138a78
13 changed files with 289 additions and 87 deletions

View file

@ -109,6 +109,7 @@ void TableZone::resizeToContents()
xMax = minWidth;
int newWidth = xMax + 2 * marginX;
if (newWidth != width) {
prepareGeometryChange();
width = newWidth;
emit sizeChanged();
}