- 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:
Marius Stanciu
2019-03-11 19:30:38 +02:00
parent 5a4d61ee8f
commit e54ee9b569
4 changed files with 29 additions and 27 deletions

View File

@@ -2569,6 +2569,9 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
self.final_save.emit()
if self.app.should_we_quit is False:
event.ignore()
class GeneralPreferencesUI(QtWidgets.QWidget):
def __init__(self, parent=None):