[Bug 168022] KDoubleNumInput is broken in KDE4 (digiKam image editor plugin relevant)

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Bug 168022] KDoubleNumInput is broken in KDE4 (digiKam image editor plugin relevant)

Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=168022


Christoph Feck <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |[hidden email]
         Resolution|FIXED                       |




--- Comment #9 from Christoph Feck <christoph maxiom de>  2009-12-01 01:19:58 ---
The slider still has problems, e.g. using

    KDoubleNumInput *input = new KDoubleNumInput(0.1, 3.0, 1.0, mainWindow);
    input->setSliderEnabled(true);
    input->setSingleStep(0.01);

does only allow 11 distinct values, it should allow (3.0 - 0.1) / 0.01 + 1 =
291 values. See duplicate bug report.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel