- added some protections in case the Editors could not start such that the app is not crashed

This commit is contained in:
Marius Stanciu
2020-11-27 17:10:41 +02:00
committed by Marius
parent cf7c6dc9c2
commit 641fee11d1
2 changed files with 20 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ CHANGELOG for FlatCAM beta
- in Tool Isolation, for Polygon Selection method, added ability to select all/clear all polygons allowing thus negative selection (select all followed by deselection of the polygons you don't want isolated, e.g a ground plane)
- some refactoring between app_Main class and MainGUI class
- on tab close in Notebook the tool_shapes are deleted (shape markings used by some of the App Tools) therefore part fo the clean-up
- added some protections in case the Editors could not start such that the app is not crashed
26.11.2020