Revision 791e744...

Go back to digest for 26th January 2014

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra] /plugins/paintops/libbrush:

Fix the crash when using multihand tool with some complicated brushes

Right now the brush server returns the pointers to the brushes instead
of the copies of them, so when changing its parameters, the change is
shared among all their users. For now it is an acceptable behavior,
because even the Multihand Brush Tool uses the same brush for all the
"hands". But we should ensure that we don't reset internal state of
the brush when reloading it with the same config options.

,330210

File Changes

Modified 2 files
  • /plugins/paintops/libbrush
  •   krita/kis_gbr_brush.cpp
  •   krita/kis_predefined_brush_factory.cpp
2 files changed in total