- moved some of the GUI related methods from FlatCAMApp.App to the flatcamGUI.FlatCAMGUI class

- moved Shortcuts Tab creation in it's own class
This commit is contained in:
Marius Stanciu
2020-05-18 15:43:07 +03:00
committed by Marius
parent a9c777030b
commit 4c83e87feb
6 changed files with 2486 additions and 2462 deletions

View File

@@ -14,7 +14,8 @@ CHANGELOG for FlatCAM beta
- trying to fix the pixmap load crash when running a FlatCAMScript
- made the workspace label in the status bar clickable and also added a status bar message on status toggle for workspace
- modified the GUI for Film and Panelize Tools
- moved some of the GUI related methods from FlatCAMApp.App to the flatcamGUI.FlatCAMGUI class
- moved Shortcuts Tab creation in it's own class
17.05.2020