- the selection shapes are now moved from Move Plugin to AppMain
- Fiducials Plugin: fixed errors due of changes in the Shapely module - Fiducials Plugin: fixed an error where in Basic mode the soldermask opening is added incorrectly
This commit is contained in:
@@ -67,7 +67,7 @@ class QRCode(AppTool):
|
||||
self.mr = None
|
||||
self.kr = None
|
||||
|
||||
self.shapes = self.app.move_tool.sel_shapes
|
||||
self.shapes = self.app.sel_shapes
|
||||
self.qrcode_geometry = MultiPolygon()
|
||||
self.qrcode_utility_geometry = MultiPolygon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user