- 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:
Marius Stanciu
2020-07-21 15:52:53 +03:00
committed by Marius
parent 8a95580f15
commit 786423eb57
5 changed files with 72 additions and 69 deletions

View File

@@ -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