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