You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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+
The text was updated successfully, but these errors were encountered:
#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.
btn_box.accepted
toself.accept
instead ofself.hide
TutorialWindow.closeEvent()
function overrideThe text was updated successfully, but these errors were encountered: