Revision 3d96d92...

Go back to digest for 24th April 2011

Bug Fixes in Office

C. Boemann committed changes in [calligra/text-layoutrestructure-boemann] /textlayout:

Fixed crash caused by Qt ending the layout process of one block ehen you start
it on another block.
If yo later come back and try to contine the layout of the first block it is
no longer possible. We needed that in tables where we do columns in parallel.

Solution: create a restartLayout method that essentially recreates the layout by
quickly copying the old lines and leaves the layoutprocess so we can continue.

File Changes

Modified 2 files
  • /textlayout
  •   libs/FrameIterator.h
  •   libs/KoTextLayoutArea.cpp
2 files changed in total