Summary: | Right-clicking on a layer's "toggle visibility" icon toggles visibility and shows context menu at the same time | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Victor Wåhlström <victor.wahlstrom> |
Component: | Usability | Assignee: | Victor Wåhlström <victor.wahlstrom> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | halla |
Priority: | NOR | ||
Version First Reported In: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/83b26e566982064d1e3f1c6ed708a78a25c06acc | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Fix conflict with context menu event |
Description
Victor Wåhlström
2015-05-11 05:01:04 UTC
Hi Victor, Thanks for your report. You're right, I can confirm the issue. I'd like to take a stab at fixing this. How do I assign the bug to myself? You need powers for that, but I've just given them to you :-) If you refresh, you should have "take" option next to "Assigned to". Created attachment 92573 [details]
Fix conflict with context menu event
Note: This fix assumes that context menu events are triggered via right mouse button. This is in theory OS specific, but it looks like other code is already making this assumption.
Posted the patch to reviewboard as well ( https://git.reviewboard.kde.org/r/123764/ ) Git commit 83b26e566982064d1e3f1c6ed708a78a25c06acc by Boudewijn Rempt. Committed on 15/05/2015 at 14:23. Pushed by rempt into branch 'calligra/2.9'. REVIEW:123764 Patch by Victor Wåhlström. Thanks! CCMAIL:kdebugs@draconic-illusion.com M +5 -0 krita/ui/KisDocumentSectionDelegate.cpp http://commits.kde.org/calligra/83b26e566982064d1e3f1c6ed708a78a25c06acc |