Hi,
i define a float widget like this :
<param name="tolerance" indent="3" type="float" precision="3" min="0.001" max="9999" gui-text="Tolérance">0.001</param>
The widget is ok and begin with 0.001 value but when I clic on + it grow by 0.1 like this : 0.101, 0.201, 0.301 ...
Why ? Is it possible to change this ?
Thank's
Hi,
i define a float widget like this :
The widget is ok and begin with 0.001 value but when I clic on + it grow by 0.1 like this : 0.101, 0.201, 0.301 ...
Why ? Is it possible to change this ?
Thank's