treeform / fidget

Figma based UI library for nim, with HTML and OpenGL backends.
MIT License
763 stars 32 forks source link

Duplicate union type member #163

Open louisyulu opened 2 years ago

louisyulu commented 2 years ago

In the file fidget.nim, line 269 proc orgBox(x, y, w, h: int|float32|float32) = the member of the union type is duplicated, it looks the intention was: proc orgBox(x, y, w, h: int|float32|float64) =