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

Remove tutorial window workaround #8

Open
3 tasks
csparker247 opened this issue May 11, 2023 · 1 comment
Open
3 tasks

Remove tutorial window workaround #8

csparker247 opened this issue May 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@csparker247
Copy link
Member

csparker247 commented May 11, 2023

#6 introduces a workaround to a bug in Qt that caused the app to crash when the tutorial window is opened and closed multiple times. We need to remove the workaround when the bug is fixed.

  • Connect btn_box.accepted to self.accept instead of self.hide
  • Remove the TutorialWindow.closeEvent() function override
  • Require PyQt 6.6.2+
@csparker247 csparker247 added the bug Something isn't working label May 11, 2023
@csparker247
Copy link
Member Author

csparker247 commented Jan 18, 2024

This has been fixed upstream and will be available starting in Qt 6.5.5, 6.6.2, and 6.7+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant