- added a try-except clause in the FlatCAMTranslation.restart_program() when closing the Listener and the thread that runs it to adjust to MacOS usage

This commit is contained in:
Marius Stanciu
2020-04-29 07:37:33 +03:00
committed by Marius
parent 907e4bc6d9
commit e1bc55a090
4 changed files with 34 additions and 16 deletions

View File

@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta
=================================================
29.04.2020
- added a try-except clause in the FlatCAMTranslation.restart_program() when closing the Listener and the thread that runs it to adjust to MacOS usage
28.04.2020
- handled a possible situation in App.load_defaults() method