Revision 92de02b...

Go back to digest for 25th December 2011

Bug Fixes in Office

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

Added checks for 'zero'ness of the scale of the brush

When using tablet, the last events coming from it are almost zero,
so the resulting scale is zero as well. Default mask generator will get
crazy if it gets zero scale due to division by zero. So we need to check
in most of the tools whether the scale is not zero.

File Changes

Modified 6 files
  • /plugins/paintops
  •   krita/complexop/kis_complexop.cpp
  •   krita/deform/kis_deform_paintop.cpp
  •   krita/hairy/kis_hairy_paintop.cpp
  •   krita/sketch/kis_sketch_paintop.cpp
  •   krita/spray/kis_spray_paintop.cpp
  •   krita/defaultpaintops/duplicate/kis_duplicateop.cpp
6 files changed in total