Fixes a bug that causes the extraction of a wrong bounding box: If the request queue is not empty, signalPixmapRequestDone causes a new pixmap request to be started, thus overwriting mPixmapGenerationThread's mCalcBoundingBox before it is read by the if in the next line. Now signalPixmapRequestDone is called after the bounding box is saved, so that new requests are started only after all data from mPixmapGenerationThread have been saved. BUG: 257370 REVIEW: 105600remotes/origin/KDE/4.10
parent
99c4da2f9e
commit
5b12bf685d
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue