| Summary: | Undo/redo select picker color | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | mart113 |
| Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.2.1 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
mart113
2023-10-29 18:23:54 UTC
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()
I tried to replicate with my keyboard and two other keys assigned on the soft = Ok with my device and the same two other keys assigned on the soft =BUG with my device CTRL+Z / CTRL+SHIFT+Z assigned on the buttons, no keys assigned on the soft = Nothing with my device no shortcut = Nothing |