- made the Properties checkbox in the Object UI into a checkable button and added to it an icon
This commit is contained in:
@@ -579,7 +579,7 @@ class CNCJobObject(FlatCAMObj, CNCjob):
|
||||
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)
|
||||
|
||||
# autolevelling signals
|
||||
|
||||
Reference in New Issue
Block a user