- added a control in Preferences -> Gerber Tab for Gerber colors storage usage

- made sure that the defaults on first install will set the number of workers to half the number of CPU's on the system but no less than 2
This commit is contained in:
Marius Stanciu
2020-07-21 00:04:18 +03:00
parent ebdb2b3ca0
commit a3e1570747
7 changed files with 56 additions and 26 deletions

View File

@@ -10131,7 +10131,7 @@ class App(QtCore.QObject):
group = self.collection.group_items["gerber"]
group_index = self.collection.index(group.row(), 0, QtCore.QModelIndex())
new_c = (new_color, new_line_color)
new_c = (new_line_color, new_color)
for sel_obj in sel_obj_list:
if sel_obj.kind == 'gerber':