- a fix for the latest change in the Preferences Tab

This commit is contained in:
Marius Stanciu
2022-04-20 18:47:32 +03:00
committed by Marius
parent 22ad4f7946
commit 6690e507f6
2 changed files with 56 additions and 47 deletions

View File

@@ -15,6 +15,7 @@ CHANGELOG for FlatCAM Evo beta
- all CNCJob objects generated by the Solderpaste plugin now have the GCode saved as source_code which can be saved also from the CNCJob object context menu, and edited
- updated some custom widgets in the GUI elements such that the scrolling in the Preferences can be done without blocking on some of the widgets
- remade how the Preferences Tab is constructed such that now is made on demand for each section (tab) therefore making it faster to load (once a section is loaded - by clicking its tab - it will not be reloaded in the current session)
- a fix for the latest change in the Preferences Tab
19.04.2022