https://bugs.kde.org/show_bug.cgi?id=476298
mart...@hotmail.fr changed: What |Removed |Added ---------------------------------------------------------------------------- Version|5.1.5 |5.2.1 --- Comment #1 from mart...@hotmail.fr --- WARNING: modifiers state became inconsistent! Trying to fix that... inputEvent->modifiers() = QFlags<Qt::KeyboardModifier>(NoModifier) d->matcher.debugPressedKeys() = QVector(Qt::Key_Z, Qt::Key_Shift, Qt::Key_Control) WARNING: modifiers state became inconsistent! Trying to fix that... inputEvent->modifiers() = QFlags<Qt::KeyboardModifier>(ShiftModifier|ControlModifier) d->matcher.debugPressedKeys() = QVector() WARNING: modifiers state became inconsistent! Trying to fix that... inputEvent->modifiers() = QFlags<Qt::KeyboardModifier>(ShiftModifier|ControlModifier) d->matcher.debugPressedKeys() = QVector() -- You are receiving this mail because: You are watching all bug changes.