- fixed the on_delete() method in the App class; sometime it will delete all files that have similar names

- made sure that on creation of new objects the adding of the names to the auto-complete list is done properly
This commit is contained in:
Marius Stanciu
2020-12-09 19:13:06 +02:00
committed by Marius
parent c1fdf2d8e8
commit d6c34f97ef
4 changed files with 16 additions and 9 deletions

View File

@@ -11,6 +11,8 @@ CHANGELOG for FlatCAM beta
- simplifying the UI for the Milling Tool when in 'Beginner' mode
- Milling UI - clicking the 'Beginner/Advanced' top button will switch the application mode for the current tool(this change need to be propagated everywhere a 'Beginner' mode is needed)
- fixed the on_delete() method in the App class; sometime it will delete all files that have similar names
- made sure that on creation of new objects the adding of the names to the auto-complete list is done properly
8.12.2020