Closed ccrownhill closed 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:
src/Renderer/UI/SelectedComponentView.fs
|v when (v>=0.1 && v<1) -> 0.1,0.099,0.01
(line 217)
if you PR it we can close this.
I made the PR
closed by #4
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:(line 217)