Diffusion Krita 657156ed256b

Fix for qLineEdits everywhere

Authored by WhaleKit on Jul 18 2017, 10:15 AM.

Description

Fix for qLineEdits everywhere

QLineEdit gives away to Qt's shortcut system
some key events (basically, everything with modiiers)
even if it could handle them and use for text editing,
when there is registered shortcut, matching this key input.

Example: pressing "ctrl+backspace" (used to delete word

left from cursor) in layer name editing field
will cause filing canvas with background color,
instead of deleting word left from cursor.

Differential Revision: https://phabricator.kde.org/D5265

Details

Committed
dkazakovJul 18 2017, 10:26 AM
Differential Revision
D5265: Fix for qLineEdits everywhere
Parents
R37:1af925b0ff43: Do not dynamically load PYTHON_LIBRARY on Windows
Branches
Unknown
Tags
Unknown