Revision 06f63a5...

Go back to digest for 11th November 2012

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra/krita-new-move-tool-kazakov] /flake:

Fixed deactivation of the tools when input device is switched

There are lots of things that have to be done when we switch
current canvasData object. That is why I moved all these actions into
switchCanvasData object. The old tool first becomes disconnected from
the tool manager, then the canvasData is switched and a new tool is
connected.

This patch fixes several bugs when the tools was not deactivated
properly when the input device was switched, so their hotkeys were
kept activated. More than that, this fix is needed to be able to
fix bug 298584 properly.

File Changes

Modified 2 files
  • /flake
  •   libs/KoToolManager.cpp
  •   libs/KoToolManager_p.h
2 files changed in total