- fixed bugs in Paint Tool when painting single polygon

This commit is contained in:
Marius Stanciu
2019-11-25 18:44:38 +02:00
parent 2260bee4a5
commit cf3f7687c9
3 changed files with 7 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ CAD program, and create G-Code for Isolation routing.
- made some optimizations in FlatCAMGerber.isolate() method
- updated the 'single' isolation of Gerber polygons to remove the polygon if clicked on it and it is already in the list of single polygons to be isolated
- clicking to add a polygon when doing Single type isolation will add a blue shape marking the selected polygon, second click will remove that shape
- fixed bugs in Paint Tool when painting single polygon
23.11.2019