- changes the exit method from exit(0) to quit()

This commit is contained in:
Marius Stanciu
2021-08-05 21:04:00 +03:00
committed by Marius
parent 0df26163a4
commit 584134a27a
4 changed files with 6 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG for FlatCAM beta
- added an Exception when App.on_canvas_setup() fails
- fixed fullscreen functionality for PyQt6 and a few other fixes regarding the port to PyQt6
- more fixes for porting to PyQt6
- changes the exit method from exit(0) to quit()
4.08.2021