mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Teardrop generator used pad::HitTest not testing the hit of a specific layer. It created false test for some complex pads. Now use a test specific to a layer. Fixes https://gitlab.com/kicad/code/kicad/-/issues/21560