Revision 025c202...

Go back to digest for 22nd June 2014

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra] /:

Fixed crash when color picking from a group layer

Also fix all the pickers to read from projection() instead of paintDevice().
All nodes in Krita are expected to have projection() which is a visual
representation of the node in the stack.

The only new behavior this patch introduces is the picking from
Filter layers. Now it picks not from their 'selection' (which is
a paintDevice()), but from the filtered area cache (projection()).

File Changes

Modified 3 files
  •   krita/ui/tool/kis_tool_paint.cc
  •   krita/plugins/tools/defaulttools/kis_tool_colorpicker.cc
  •   krita/plugins/paintops/defaultpaintops/duplicate/kis_duplicateop.cpp
3 files changed in total