Bug 209973

Summary: Mouse wheel inverted in Sharpen Tool
Product: [Applications] digikam Reporter: Leonardo Giordani <giordani.leonardo>
Component: Plugin-Editor-SharpenAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In: 1.0.0
Attachments: Solution 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