Summary: | Opening context menu via long-press of a layer deselects all other layers | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tiar <tamtamy.tymona> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dra.w.p.il.e+bugskde |
Priority: | NOR | Keywords: | triaged |
Version First Reported In: | 5.2.9 | ||
Target Milestone: | --- | ||
Platform: | Android | ||
OS: | Android 14.x | ||
Latest Commit: | 228c6e0795cc6444864f228cc56e40ee74d215a7 | Version Fixed In: | 5.2.14 |
Sentry Crash Report: |
Description
Tiar
2025-06-23 13:00:09 UTC
This doesn't actually happen when right-clicking, only when long-pressing. Krita sets QT_ANDROID_ENABLE_RIGHT_MOUSE_FROM_LONG_PRESS to emulate right-clicks via long-press, which will emit a left click release before issuing the right-click. The left click release is what causes the deselection. Resolved by making long-presses open context menus directly instead of issuing a right-click. |