- fixed the Properties Project menu entry to work on the new way
- in Properties tool now the Gerber apertures show the number of polygons in 'solid_geometry' instead of listing the objects
This commit is contained in:
@@ -5266,7 +5266,7 @@ class App(QtCore.QObject):
|
||||
def obj_properties(self):
|
||||
self.report_usage("obj_properties()")
|
||||
|
||||
self.properties_tool.run()
|
||||
self.properties_tool.run(toggle=False)
|
||||
|
||||
def on_project_context_save(self):
|
||||
obj = self.collection.get_active()
|
||||
|
||||
Reference in New Issue
Block a user