- made sure that the HDPI scaling attribute is set before the QApplication is started

- 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
This commit is contained in:
Marius Stanciu
2020-04-05 13:48:47 +03:00
committed by Marius
parent 376c8058d9
commit bee2a9dddc
3 changed files with 13 additions and 6 deletions

View File

@@ -9,6 +9,11 @@ CAD program, and create G-Code for Isolation routing.
=================================================
5.04.2020
- made sure that the HDPI scaling attribute is set before the QApplication is started
- 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
4.04.2020
- fixed the Repeated code parsing in Excellon Parse