- changing the Excellon Object color from Project Tab context menu is now persistent

This commit is contained in:
Marius Stanciu
2021-10-08 23:48:18 +03:00
committed by Marius
parent af0fce63e9
commit 866e2fb4b7
4 changed files with 10 additions and 2 deletions

View File

@@ -8982,6 +8982,8 @@ class App(QtCore.QObject):
(self.defaults["gerber_plot_fill"], self.defaults["gerber_plot_line"])
)
self.defaults["gerber_color_list"][idx] = new_c
elif sel_obj.kind == 'excellon':
self.defaults["excellon_color"] = new_c
def start_delayed_quit(self, delay, filename, should_quit=None):
"""