Summary: | Zoom With Mouse Tracking Does Not Start At the Correct Zoom Location | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | C Schell <kdebugs> |
Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.11.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/4bbe80a68768b0714be7e6decdfa5880b8347723 | Version Fixed In: | 4.11.3 |
Sentry Crash Report: | |||
Attachments: |
Patch to correction initialize cursorPos at start of zoom
git format-patch |
Description
C Schell
2013-10-09 04:11:45 UTC
Created attachment 82734 [details]
Patch to correction initialize cursorPos at start of zoom
Do you have commit rights? Otherwise please re-use cursorPoint for prevPoint below and attach a "git format-patch" I don't have commit rights, signed up just to post this bug. The diff was generated by a commit to a deb source package. Never worked with git so I'll have to figure out how to give you what you asked for. If it's something you can easily do please feel free. Created attachment 82758 [details]
git format-patch
(In reply to comment #2) > Do you have commit rights? > Otherwise please re-use cursorPoint for prevPoint below and attach a "git > format-patch" Ok, I made the suggested change and added a "git format-patch" against tags/v4.11.2. Let me know if I've done something wrong. Git commit 4bbe80a68768b0714be7e6decdfa5880b8347723 by Martin Gräßlin, on behalf of C Schell. Committed on 10/10/2013 at 04:50. Pushed by graesslin into branch 'KDE/4.11'. Fix zoom effect cursor position on initial zoom in. FIXED-IN: 4.11.3 M +2 -1 kwin/effects/zoom/zoom.cpp http://commits.kde.org/kde-workspace/4bbe80a68768b0714be7e6decdfa5880b8347723 Thanks a lot and congratulations to your first patch to KDE :-) (In reply to comment #7) > Thanks a lot and congratulations to your first patch to KDE :-) You're welcome. And thanks for the quick commit and all the work you and the other devs do on KDE and Kwin. |