Revision 6002076...

Go back to digest for 15th December 2013

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra] krita/ui/kis_node_manager.cpp:

Fix the hang-up in the legacy node-editing actions

Special thanks to Anton Saraev for preparing initial patch for the bug!

Node Manager is one of few places in Krita which are not ported to
strokes yet and continues to use KisLegacyUndoAdapter. Ideally its
actions should run asynchronously using KisProcessingsApplicator,
but for now we will just check whether the node is locked or not.

File Changes

Modified 1 files
  • krita/ui/kis_node_manager.cpp
1 files changed in total