mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
- Do not throw an error in CTor: this is not the place. It is much easy to fix the value of incorrect radius. Moreover, the Ctor is called without catching a throw-ed error in code. - fix the test about radius validity, broken. From master branch.