Revision ce25593...

Go back to digest for 10th July 2011

Bug Fixes in Office

Sebastian Sauer committed changes in [calligra] words/part/KWStatusBar.cpp:

Fix words locks up after a specific set of steps
The reason for the problem was that we updated the cursor-position displayed in
the statusbar inbetween the delete-operation. Since setting the label fires an
QWidget::updateMicroFocus which does call TextTool::inputMethodQuery we where
then dealing with invalid QTextFrame::iterator's what was resulting in those
lockup.
Tons of thanks goes to Sune!

File Changes

Modified 1 files
  • words/part/KWStatusBar.cpp
1 files changed in total