Summary: | [PATCH] protecting against accidental zooming | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | RJVB <rjvbertin> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate, simonandric5, thomas.luebking |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
URL: | https://phabricator.kde.org/D5037 | ||
Latest Commit: | https://cgit.kde.org/ktexteditor.git/commit/?id=f51befdc80b1a8dfd65b800b3b10dba97d10a2cb | Version Fixed In: | |
Sentry Crash Report: |
Description
RJVB
2017-03-13 13:09:41 UTC
This was easier than I thought so I submitted a patch for review: https://phabricator.kde.org/D5037 This was easier than I thought so I submitted a patch for review: https://phabricator.kde.org/D5037 author R.J.V. Bertin <rjvbertin@gmail.com> 2017-11-12 16:36:10 (GMT) committer R.J.V. Bertin <rjvbertin@gmail.com> 2017-11-12 16:36:10 (GMT) commit f51befdc80b1a8dfd65b800b3b10dba97d10a2cb (patch) tree a2ea7719932973a03323d4105367892f9a888c45 parent 79f8dcb63ad5b4650c0081e90840359a3caa3eda (diff) prevent accidental zooming. This helps prevent problems that can occur with simulated scroll inertia (e.g. trackpads supporting 2-finger scrolling under X11). Unexpected, accidental text zooming can arise when the user holds presses the Ctrl key to trigger a shortcut before scroll coasting has stopped completely. Differential Revision: https://phabricator.kde.org/D5037 Diffstat -rw-r--r-- src/view/kateviewinternal.cpp 63 -rw-r--r-- src/view/kateviewinternal.h 3 2 files changed, 64 insertions, 2 deletions |