conglei/dat-gui

Negative number sliders

GoogleCodeExporter opened this issue · 2 comments

What steps will reproduce the problem?
A slider from -1 to 0 doesn't work. Ex: gui.add(obj,'var',-1,0,.1). Removing 
the step value doesn't affect the issue.

What is the expected output?
Negative number sliders work just as well as positive number sliders.


Original issue reported on code.google.com by vald...@gmail.com on 5 Sep 2012 at 6:29

See also issue 39.

Original comment by simole...@gmail.com on 16 Jul 2014 at 9:54

Possible fix in issue 39. Worked for my similar issue.

Original comment by simole...@gmail.com on 16 Jul 2014 at 10:03