- fixed a problem in saving done at the app closure
This commit is contained in:
@@ -10,6 +10,7 @@ CHANGELOG for FlatCAM beta
|
|||||||
2.03.2021
|
2.03.2021
|
||||||
|
|
||||||
- removed the spacing between icons in toolbars
|
- removed the spacing between icons in toolbars
|
||||||
|
- fixed a problem in saving done at the app closure
|
||||||
|
|
||||||
01.03.2021
|
01.03.2021
|
||||||
|
|
||||||
|
|||||||
@@ -8603,7 +8603,7 @@ class App(QtCore.QObject):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
if self.block_autosave is False and self.should_we_save is True and self.save_in_progress is False:
|
if self.block_autosave is False and self.should_we_save is True and self.save_in_progress is False:
|
||||||
self.on_file_saveproject()
|
self.f_handlers.on_file_saveproject()
|
||||||
|
|
||||||
def save_project_auto_update(self):
|
def save_project_auto_update(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user