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

Christoph Feck christoph at maxiom.de
Tue Dec 1 00:20:01 GMT 2009


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


Christoph Feck <christoph at maxiom.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |christoph at maxiom.de
         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.



More information about the Digikam-devel mailing list