- fixed the issue with not saving the project on program close if selecting the 'Yes' option.
This commit is contained in:
@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta
|
|||||||
|
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
|
31.12.2020
|
||||||
|
|
||||||
|
- fixed the issue with not saving the project on program close if selecting the 'Yes' option.
|
||||||
|
|
||||||
30.12.2020
|
30.12.2020
|
||||||
|
|
||||||
- fixed error in Gerber Editor
|
- fixed error in Gerber Editor
|
||||||
|
|||||||
@@ -3696,7 +3696,7 @@ class App(QtCore.QObject):
|
|||||||
self.trayIcon.hide()
|
self.trayIcon.hide()
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
self.on_file_saveprojectas(use_thread=True, quit_action=True)
|
self.f_handlers.on_file_saveprojectas(use_thread=True, quit_action=True)
|
||||||
elif response == bt_no:
|
elif response == bt_no:
|
||||||
try:
|
try:
|
||||||
self.trayIcon.hide()
|
self.trayIcon.hide()
|
||||||
|
|||||||
Reference in New Issue
Block a user