- 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

@@ -167,4 +167,4 @@ if __name__ == '__main__':
timer.start(100)
sys.exit(app.exec())
# app.exec_()
# app.exec()