tomcl / ADDIE

GNU General Public License v3.0
1 stars 3 forks source link

Wrong range for certain component value range #3

Closed ccrownhill closed 1 year ago

ccrownhill commented 1 year ago

Describe the bug In the file src/Renderer/UI/SelectedComponentView.fs for a value between 0.1 and 0.99 a maximum value of 0.099 is returned even though it should be 0.99:

|v when (v>=0.1 && v<1) -> 0.1,0.099,0.01

(line 217)

tomcl commented 1 year ago

if you PR it we can close this.

ccrownhill commented 1 year ago

I made the PR

tomcl commented 1 year ago

closed by #4