kicad/libs
jean-pierre charras 9f85730987 Make SHAPE_POLY_SET::CacheTriangulation() behavior same as previously.
Previously, SHAPE_POLY_SET::CacheTriangulation() was able to handle polygons
with holes.
Due to recent changes, CacheTriangulation( true ) handle polygons with holes,
but CacheTriangulation( false ) did not handle polygons with holes, due to a
missing call to Fracture(), lost in latest changes.
This is now fixed.

Fixes #5606
https://gitlab.com/kicad/code/kicad/issues/5606
2020-09-13 17:55:59 +02:00
..
kimath Make SHAPE_POLY_SET::CacheTriangulation() behavior same as previously. 2020-09-13 17:55:59 +02:00
kiplatform Move shutdown blocker to kiplatform 2020-09-01 10:14:51 +00:00
sexpr Fix in kicadpcb reader. Update dialog export step 2020-04-15 10:51:35 +02:00
CMakeLists.txt Add new kiplatform library for platform-specific code 2020-06-03 14:58:54 +00:00