- replaced some of the icons that did not looked Ok on the dark theme

- added a new toolbar button for the Copy object functionality
This commit is contained in:
Marius Stanciu
2019-10-16 04:13:12 +03:00
committed by Marius
parent dfc0b98181
commit 313acd0a25
25 changed files with 29 additions and 21 deletions

View File

@@ -3196,6 +3196,7 @@ class App(QtCore.QObject):
self.ui.newexc_btn.triggered.connect(self.new_excellon_object)
self.ui.editgeo_btn.triggered.connect(self.object2editor)
self.ui.update_obj_btn.triggered.connect(lambda: self.editor2object())
self.ui.copy_btn.triggered.connect(self.on_copy_object)
self.ui.delete_btn.triggered.connect(self.on_delete)
self.ui.distance_btn.triggered.connect(lambda: self.distance_tool.run(toggle=True))