Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Andreas/fix error qt widget already destroyed #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AndreasWetteborn
Copy link
Contributor

A few customers reported the below error. I was not able to reproduce it but that usually happens when the QT object is not parented to the Main window and get garbage collected. This PR ensure that widgets are parented and hopefully that will solve the issues.

Error: RuntimeError: file C:\Users\<user>\Documents\maya\2022\modules\syncsketch-1.3.1\scripts\syncsketchGUI\lib\gui\qt_upload.py line 28: Internal C++ object (PySide2.QtWidgets.QProxyStyle) already deleted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant