- added a protection when trying to edit a Geometry object that have multiple tools but no tool is selected

This commit is contained in:
Marius Stanciu
2020-06-09 00:02:16 +03:00
committed by Marius
parent 850b80bb41
commit 24d639e1de
3 changed files with 43 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG for FlatCAM beta
- renamed the GeoEditor class/file to AppGeoEditor from FlatCAMGeoEditor making it easier to see in the IDE tree structure
- some refactoring that lead to a working solution when using the Python 3.8 + PyQt 5.15
- more refactoring in the app Editors
- added a protection when trying to edit a Geometry object that have multiple tools but no tool is selected
7.06.2020