[digikam] [Bug 381319] Keyboard modifier not caught when using Wacom Tablet [patch]
Kristian Karl
bugzilla_noreply at kde.org
Sat Jun 17 16:13:06 BST 2017
https://bugs.kde.org/show_bug.cgi?id=381319
--- Comment #2 from Kristian Karl <kristian.hermann.karl at gmail.com> ---
Running "git grep QApplication::keyboardModifiers" there is one more place:
libs/widgets/itemview/imagedelegateoverlay.cpp in
AbstractWidgetDelegateOverlay::checkIndexOnEnter
Maybe that should be changed as well?
There are occurrences of perhaps similar usage of QDropEvent::keyboardModifiers
in:
app/dragdrop/albumdragdrop.cpp
app/dragdrop/imagedragdrop.cpp
app/dragdrop/importdragdrop.cpp
app/dragdrop/tagdragdrop.cpp
Not sure if the behavior of QDropEvent::keyboardModifiers is the same as
QApplication::keyboardModifiers(). If it is, then that should perhaps be
changed as well?
If you'd like, I can implement the changes above and test is?
I've have been using this patch locally on my machine for 7 months. I have not
seen any keyboard side effects due to this patch (with and without the Wacom
device connected).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list