- in Distance Plugin: "snap to center" feature now works outside the Editors too (for Gerber object pads and Excellon object drill holes)

This commit is contained in:
Marius Stanciu
2022-03-30 16:23:22 +03:00
committed by Marius
parent f8bf9dee78
commit 98a5d0ff81
3 changed files with 65 additions and 21 deletions

View File

@@ -8,7 +8,8 @@
from PyQt6 import QtCore, QtWidgets, QtGui
from shapely.geometry import Polygon, LineString
from shapely.geometry import Polygon, LineString, box, MultiPolygon, MultiPoint, MultiLineString, LinearRing, Point
from shapely.strtree import STRtree
import gettext
import appTranslation as fcTranslate