- fixed some issues in Excellon Editor due of recent changes
- moved the Gerber colors fill in the AppObject.on_object_created() slot and fixed some minor issues here
This commit is contained in:
@@ -10137,7 +10137,6 @@ class App(QtCore.QObject):
|
||||
group_index = self.collection.index(group.row(), 0, QtCore.QModelIndex())
|
||||
|
||||
new_c = (new_line_color, new_color)
|
||||
|
||||
for sel_obj in sel_obj_list:
|
||||
if sel_obj.kind == 'gerber':
|
||||
item = sel_obj.item
|
||||
|
||||
Reference in New Issue
Block a user