Revision e771753...
Go back to digest for 29th December 2013Bug Fixes in Office
Dmitry Kazakov committed changes in [calligra] /plugins/extensions/dockers/overview:
Fixed a drastic performance blow caused by Overview Docker
When working on 32-bit images the creation of the preview is quite an
expensive operation, so we needed to do it a bit more rarely. The
situation was worsened by the fact that the docker was generating
a preview event when it was hidden, and in this hidden state its size
was "implementation defined", which might be 1000+ pixels in some cases.
The patch also fixes various small bugs of the docker, like garbage when
resizing it.
File Changes
Modified 2 files
- /plugins/extensions/dockers/overview
- krita/overviewdocker_dock.cpp
- krita/overviewdocker_dock.h
2 files changed in total