Revision c953ae8...

Go back to digest for 29th May 2011

Bug Fixes in Office

Sebastian Sauer committed changes in [calligra] /textlayout:

Fix sometimes invisible text.
The reason was that we sometimes asked for a scheduled layout while a layout was still running. The still
running layout then could probably not notice that already handled root-areas got dirty meanwhile. This
is fixed now by introducing the possibility to restart a layout-process. Now if we earn a scheduled
layout call during layouting we abort the current layout-process and restart from the beginning.

File Changes

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