- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user