1 Dec 2009 01:20
[Bug 168022] KDoubleNumInput is broken in KDE4 (digiKam image editor plugin relevant)
https://bugs.kde.org/show_bug.cgi?id=168022 Christoph Feck <christoph@...> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |christoph@... 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.
RSS Feed