Revision 1193067

Go back to digest for 7th November 2010

Bug Fixes in Office

Dmitry Kazakov committed changes in /trunk/koffice/krita/image:

Fixed a crash due to calls to projection->set{X,Y}()

We can't adjust projection's offset on every call to KisSafeProjection::getDeviceLazy() because other threads may *write* to this device at the same time.

So we adjust its shift only once, that is on projection's initialization.

File Changes

Modified 3 files
  • /trunk/koffice/krita/image
  •   /kis_layer.cc
  •   /tests/kis_layer_test.cpp
  •   /tests/kis_layer_test.h
3 files changed in total