- changes in how the Editor exit is handled

- small fix in some pywin32 imports
This commit is contained in:
Marius Stanciu
2020-01-29 03:14:46 +02:00
committed by Marius
parent 85afb7cdb2
commit d7f7d79d6a
4 changed files with 96 additions and 26 deletions

View File

@@ -3270,6 +3270,8 @@ class FlatCAMExcEditor(QtCore.QObject):
self.new_slots,
self.new_tools]})
return self.edited_obj_name
def update_options(self, obj):
try:
if not obj.options: