- made the Properties checkbox in the Object UI into a checkable button and added to it an icon

This commit is contained in:
Marius Stanciu
2020-10-21 12:16:17 +03:00
committed by Marius
parent c5baf10847
commit ed26aead0c
9 changed files with 670 additions and 653 deletions

View File

@@ -178,7 +178,7 @@ class ExcellonObject(FlatCAMObj, Excellon):
self.ui.editor_button.clicked.connect(lambda: self.app.object2editor())
# Properties
self.ui.properties_cb.stateChanged.connect(self.on_properties)
self.ui.properties_button.toggled.connect(self.on_properties)
self.calculations_finished.connect(self.update_area_chull)
self.ui.drill_button.clicked.connect(lambda: self.app.drilling_tool.run(toggle=True))