| Summary: | git toolview: double clicking to stage/unstage causes wrong context-menu | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Eric Armbruster <eric1> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | stage hunk/lines | ||
|
Description
Eric Armbruster
2022-07-27 07:24:48 UTC
Hmm, cannot reproduce on a quick try. Created attachment 151610 [details]
stage hunk/lines
Here is a video showing the bug.
I see. This is the problem when you have actions assigned to both single and double click :/ Probably best to make single click do nothing at all by default. Otherwise it's hard to fix this I think. Git commit af837868640c616e16b81ed64cec3caa2628ca37 by Waqar Ahmed. Committed on 26/08/2022 at 10:05. Pushed by waqar into branch 'master'. Git: Make single click do nothing by default M +1 -1 addons/project/kateprojectplugin.cpp https://invent.kde.org/utilities/kate/commit/af837868640c616e16b81ed64cec3caa2628ca37 Would be ok with this workaround. |