Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing polygons when using simplify
When simplifying polygons, more polygons could be returned than initially. The new simplify implementation didn't handle this case, and polygons could be lost. We now resize the list to the proper polygons count. CURA-9830
- Loading branch information