Skip to content

Remove tutorial window workaround #8

@csparker247

Description

@csparker247

#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+

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions