- fixed an issue with path conversion when using Windows-style of paths in the 'set_path' Tcl command

This commit is contained in:
Marius Stanciu
2022-01-17 23:37:28 +02:00
committed by Marius
parent 2430158334
commit c08acc79eb
3 changed files with 6 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ CHANGELOG for FlatCAM beta
- fixing an issue with not building the UI for the generated objects when running a script and then trying to enable/disable the plots
- attempting to add a feature in the text editors to autoselect all words in a document that are the same as the one that was clicked
- all the colors set in Preferences now have to be in the 8digits format RGBA (including the alpha channel as a suffix) - it is required to delete the current preferences files
- fixed an issue with path conversion when using Windows-style of paths in the 'set_path' Tcl command
15.01.2022