Summary: | Popup Palette usability issues of unwanted right-click selecting & holding-releasing right-click actions | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tyson Tan <tysontanx> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | alvin, halla |
Priority: | NOR | ||
Version: | 3.1.3-alpha | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/93e1e39386eae6b23b390ab7c3034c83f864a7ec | Version Fixed In: | |
Sentry Crash Report: |
Description
Tyson Tan
2017-04-06 02:57:16 UTC
WISHGROUP: Small Usability Fixes I think point 2 would be handled in Bug 391696. I'll leave point 1 for this bug report. Git commit c7e6c0184f951b4b4165a4bbb7e99107a9e36cb0 by Dmitry Kazakov. Committed on 18/04/2018 at 14:27. Pushed by dkazakov into branch 'master'. Disable right-clicking on popup palette With this patch it is not possible to select a palette item using the right-click of the stylus. All the distinct actions should be confirmed with the left button. Right-click on any part of the canvas just closes the entire palette. Related: bug 391696 M +24 -1 libs/ui/kis_popup_palette.cpp M +5 -0 libs/ui/kis_popup_palette.h https://commits.kde.org/krita/c7e6c0184f951b4b4165a4bbb7e99107a9e36cb0 Thank you Dmitry! This is a life saver! Git commit 93e1e39386eae6b23b390ab7c3034c83f864a7ec by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 02/05/2018 at 11:54. Pushed by rempt into branch 'krita/4.0'. Disable right-clicking on popup palette With this patch it is not possible to select a palette item using the right-click of the stylus. All the distinct actions should be confirmed with the left button. Right-click on any part of the canvas just closes the entire palette. Related: bug 391696 (cherry picked from commit 20c9efffb70cf2757595fee8d7c56a5fe59d5664) M +24 -1 libs/ui/kis_popup_palette.cpp M +5 -0 libs/ui/kis_popup_palette.h https://commits.kde.org/krita/93e1e39386eae6b23b390ab7c3034c83f864a7ec |