Summary: | kword freeze after click on print preview | ||
---|---|---|---|
Product: | [Unmaintained] kword | Reporter: | sts |
Component: | general | Assignee: | Thomas Zander <zander> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | HI | ||
Version: | 1.9.8 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
sts
2009-01-15 22:05:51 UTC
SVN commit 918661 by zander: Fixes: kword freeze after click on print preview Details: The printing framework assumes multi-threading, which allows the printing app to wait for the main thread to finish things like text layout. After I changed the print-preview to be non-threaded due to the limitation of the print-priview-dialog I introduced the possibility for a deadlock. Fixing this by only locking if we are called from the non-main thread. BUG:180885 M +7 -1 TextShape.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=918661 |