- fix to work with Python 3.8 (closing the application)

This commit is contained in:
Marius Stanciu
2020-04-05 16:53:10 +03:00
committed by Marius
parent b53c1c403a
commit 836122ca24
2 changed files with 6 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
- made sure that when saving a project, the app will try to update the active object from UI form only if there is an active object
- fix for contextual menus on canvas when using PyQt versions > 5.12.1
- decision on which mouse button to use for panning is done now once when setting the plotcanvas
- fix to work with Python 3.8 (closing the application)
4.04.2020