Pogzy

Results 2 issues of Pogzy

### Describe the bug When trying to set a toga.NumberInput() with a decimal step, such as vmag = toga.NumberInput(max=12, min=7, step=0.1) there is an error at run time: ```cpp File...

bug
windows

### Nim Version 2.2.4 ### Description For a given code if a a var like fields["xx"].getStr() is in a proc but not declared Then the compiler stop with the following...