https://bugs.kde.org/show_bug.cgi?id=354301
Elvis Angelaccio <elvis.angelac...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|http://commits.kde.org/dolp |https://commits.kde.org/dol |hin/3775ef19eaca057985b92cf |phin/2fd85facf85b39f84eeada |a3716d3c3a1d22f0f |10bcf80060bb72ab51 Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Elvis Angelaccio <elvis.angelac...@kde.org> --- Git commit 2fd85facf85b39f84eeada10bcf80060bb72ab51 by Elvis Angelaccio. Committed on 07/09/2017 at 19:31. Pushed by elvisangelaccio into branch 'master'. Fix DolphinRemoveAction Shift toggling on Wayland QGuiApplication::queryKeyboardModifiers() does not work on Wayland [1]. We don't need it in the first place, since we already know (thanks to the key events) whether Shift has been pressed or released. So we can just pass this information to DolphinRemoveAction::update(). [1]: https://bugreports.qt.io/browse/QTBUG-62786 Differential Revision: https://phabricator.kde.org/D7519 M +2 -2 src/dolphincontextmenu.cpp M +2 -1 src/dolphinpart.cpp M +22 -7 src/dolphinremoveaction.cpp M +13 -3 src/dolphinremoveaction.h https://commits.kde.org/dolphin/2fd85facf85b39f84eeada10bcf80060bb72ab51 -- You are receiving this mail because: You are watching all bug changes.