dkriegner / micro-flakes

https://dkriegner.github.io/micro-flakes/
GNU General Public License v3.0
0 stars 0 forks source link

setValue() sets only two decimals #23

Closed ji-ze closed 11 months ago

ji-ze commented 11 months ago

https://github.com/dkriegner/micro-flakes/blob/3d5cb42e78c1213a4b3f4a58cedd411fccefe634/GUI/main.py#L269C1-L270C1

dkriegner commented 11 months ago

you have to first change the number of digits and only after you can set a value with a higher precision. Should be fixed by 160de3d