Bug 209973 - Mouse wheel inverted in Sharpen Tool
Summary: Mouse wheel inverted in Sharpen Tool
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Editor-Sharpen (show other bugs)
Version: 1.0.0
Platform: Ubuntu Unspecified
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 12:24 UTC by Leonardo Giordani
Modified: 2017-08-07 07:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 1.0.0


Attachments
Solution to this bug (625 bytes, patch)
2009-10-09 13:55 UTC, Leonardo Giordani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonardo Giordani 2009-10-09 12:24:12 UTC
Version:           1.0.0-beta6 (using KDE 4.3.1)
Installed from:    Ubuntu Packages

Mouse wheel zoom behaviour is inverted in Sharpen Tool; the way it works globally in digikam (i.e. in showPhoto) is correct and consistent with Gimp and other tools and is

Ctrl + WheelUp: Zoom In
Ctrl + WheelDown: Zoom Out

As stated, in Sharpen tool it zooms in incorrectly with Ctrl + WheelUp.
Comment 1 Leonardo Giordani 2009-10-09 13:55:48 UTC
Created attachment 37471 [details]
Solution to this bug

Just swapped slotDecreaseZoom() and slotIncreaseZoom() in libs/widgets/imageplugins/imageregionwidget.cpp
Comment 2 caulier.gilles 2009-10-09 14:55:07 UTC
SVN commit 1033080 by cgilles:

fix zoom in/out handling in image editor tool preview when mouse wheel is used with CTRL key.
BUGS: 209973


 M  +2 -2      imageregionwidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1033080