-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double input does not allow small values in normal mode #2934
Comments
The read value displayed and read from the gui should only reflect what's in the Params database. IE - toggling scientific notation should only affect what's displayed in the GUI, not in Params. |
@StasJ I can't reproduce this to verify that it is fixed. There is not enough information. Please provide more detailed instructions |
I updated the instructions. |
When I add
To PDoubleInput.cpp:16, I still get 0.000000e+00 when entering 1e-20 to the Slice Rotation X component. |
@StasJ need more guidance on how to verify if this is indeed fixed. |
@sgpearse The widget you picked does not use PDoubleInput. |
With that input:
1e-20
Notice that params are set to
1e-20
1e-20
Notice that params are set to
0
The text was updated successfully, but these errors were encountered: