- fixed some issues with using the exec_() which now should be exec()

- added a context menu action in the canvas context menu for moving selected objects to origin
This commit is contained in:
Marius Stanciu
2021-08-15 02:19:24 +03:00
committed by Marius
parent 835ef0620e
commit 7a7214752c
6 changed files with 18 additions and 10 deletions

View File

@@ -391,7 +391,7 @@ class TclCommandSignaled(TclCommand):
QtCore.QTimer.singleShot(time_val, report_quit)
# Block
loop.exec_()
loop.exec()
# Restore exception management
sys.excepthook = oeh