- fixed bug in Copper Thieving, Corners and Fiducial Plugins which crashed the app when using Disable Plot menu action on the Project Menu objects

- Etch Compensation Plugin - fixed a number of issue; fixed issue #500
This commit is contained in:
Marius Stanciu
2021-03-15 20:33:38 +02:00
committed by Marius
parent bc29211507
commit aa69e87cb6
6 changed files with 26 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ from appEditors.AppGeoEditor import FCShapeTool, DrawTool, DrawToolShape, DrawTo
from shapely.geometry import LineString, LinearRing, MultiLineString, Polygon, MultiPolygon, Point
import shapely.affinity as affinity
from appCommon.Common import LoudDict
import numpy as np