- fixed error that did not allowed printing from the TextEditor

- added an error message when the File -> Print to PDF functionality is not working due of missing a root element in the SVG step
This commit is contained in:
Marius Stanciu
2021-10-28 20:11:06 +03:00
committed by Marius Stanciu
parent 9ff8f15b67
commit de4c51b480
4 changed files with 28 additions and 8 deletions

View File

@@ -10,6 +10,8 @@ CHANGELOG for FlatCAM beta
28.10.2021
- cleaned the geometry generated by flattening by removing the empty geometry; fixed issue #539 on jpcgt's bitbucket account
- fixed error that did not allowed printing from the TextEditor
- added an error message when the File -> Print to PDF functionality is not working due of missing a root element in the SVG step
27.10.2021