Revision 46dcf38...

Go back to digest for 15th December 2013

Bug Fixes in Office

Dmitry Kazakov committed changes in [calligra] /ui:

Repopulate the state of the Input Manager when Krita gets the keyboard focus

Krita can get the focus even when the user is already holding some key
pressed (e.g. Control). In such a case, clicking with the mouse button
will start painting instead of color picking, which might be a bit of
surprising for a user.

Theoretically, we can steal focus on mouse enter, but this may be
inconvenient for a user in a bunch of usecases.

File Changes

Added 2 files
  • /ui/input
  •   krita/kis_extended_modifiers_mapper.cpp
  •   krita/kis_extended_modifiers_mapper.h
Modified 2 files
  • /ui
  •   krita/CMakeLists.txt
  •   krita/input/kis_input_manager.cpp
4 files changed in total