- fixed errors when the File -> New Project is initiated while an Editor is still active.

- the File->Exit action handler is now self.final_save()
This commit is contained in:
Marius Stanciu
2019-04-01 02:47:20 +03:00
parent bfd7cbdd44
commit b202de338f
6 changed files with 204 additions and 113 deletions

View File

@@ -830,7 +830,7 @@ class FlatCAMExcEditor(QtCore.QObject):
res_entry_lbl.setToolTip(
_( "Diameter to resize to.")
)
grid3.addWidget(addtool_entry_lbl, 0, 0)
grid3.addWidget(res_entry_lbl, 0, 0)
hlay2 = QtWidgets.QHBoxLayout()
self.resdrill_entry = LengthEntry()