Bug 181930

Summary: slider for resizing does not work, i.e.shows either 1 or some extremely high number
Product: [Applications] digikam Reporter: S. Burmeister <sven.burmeister>
Component: ImageEditor-PluginsAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.10.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 7.5.0
Attachments: screenshot

Description S. Burmeister 2009-01-25 23:55:46 UTC
Version:           0.10 svn Rev: 915937 (using KDE 4.1.96)
OS:                Linux
Installed from:    SuSE RPMs

I imported and saved a RAW picture as PNG. After that I used "Transform" > "Resize". If I use the upper sliders and move it to the left, it shows 1, even though I just moved it a few pixels to the left.

If I move it to the right, it shows 10x the number of the original picture, i.e. if it was 3668, it shows 36680, no matter how far one moves the slider to the right.
Comment 1 S. Burmeister 2009-01-25 23:56:18 UTC
Created attachment 30610 [details]
screenshot
Comment 2 S. Burmeister 2009-01-26 00:09:19 UTC
Just updated to Rev: 916749, still the same.
Comment 3 caulier.gilles 2009-01-26 09:21:18 UTC
SVN commit 916840 by cgilles:

digiKam from trunk : Andi, Marcel, with RIntNumInput, setRange() must be called before to use setSliderEnabled(). Just take a care...
BUG: 181930



 M  +2 -2      imageresize.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=916840
Comment 4 S. Burmeister 2009-01-26 11:19:23 UTC
Wow, you are quick with fixing bugs! Thanks a lot!