I'm using the latest Linux build (3.0.0-rc.6). When manually typing a value in the calibration field, such as -16.74, the value changes automatically and a E+03 is always added at the end. For example it becomes -1,674E+03.
2024-12-29 15:20:00 INFO [7083] --- [MainThread] root : > INFO: Gen3Widget#Calibration: -16.74
Traceback (most recent call last):
File "eon_timer/util/pyside/numeric_input_field.py", line 109, in __on_text_changed
File "eon_timer/util/pyside/numeric_input_field.py", line 182, in to_number
ValueError: could not convert string to float: '-1,674E+03'
I'm using the latest Linux build (3.0.0-rc.6). When manually typing a value in the calibration field, such as
-16.74, the value changes automatically and aE+03is always added at the end. For example it becomes-1,674E+03.