- 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:
@@ -236,7 +236,7 @@ class AppTool(QtWidgets.QWidget):
|
||||
if 'shapes_storage' in kwargs:
|
||||
s_storage = kwargs['shapes_storage']
|
||||
else:
|
||||
s_storage = self.app.move_tool.sel_shapes
|
||||
s_storage = self.app.sel_shapes
|
||||
|
||||
if 'color' in kwargs:
|
||||
color = kwargs['color']
|
||||
@@ -289,7 +289,7 @@ class AppTool(QtWidgets.QWidget):
|
||||
if 'shapes_storage' in kwargs:
|
||||
s_storage = kwargs['shapes_storage']
|
||||
else:
|
||||
s_storage = self.app.move_tool.sel_shapes
|
||||
s_storage = self.app.sel_shapes
|
||||
|
||||
s_storage.clear()
|
||||
s_storage.redraw()
|
||||
|
||||
Reference in New Issue
Block a user