- fixed a crash when triggering 'Jump To' menu action (shortcut key 'J' worked ok)

This commit is contained in:
Marius Stanciu
2019-05-01 12:55:16 +03:00
committed by Marius
parent f172d5b765
commit 6f3cbf1077
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ CAD program, and create G-Code for Isolation routing.
- the project items color is now controlled from Foreground Role in ObjectCollection.data()
- made again plot functions threaded but moved the dataChanged signal (update_view() ) to the main thread by using an already existing signal (plots_updated signal) to avoid the errors with register QVector
- Enable/Disable Object toggle key ("Space" key) will trigger also the datChanged signal for the Project MVC
- added a new setting for the color of the Porject items, the color when they are disabled.
- added a new setting for the color of the Project items, the color when they are disabled.
- fixed a crash when triggering 'Jump To' menu action (shortcut key 'J' worked ok)
30.04.2019