Skip to content

Commit

Permalink
Fix Pattern2 Not Being Killed
Browse files Browse the repository at this point in the history
  • Loading branch information
keyraven committed Oct 8, 2023
1 parent 8041251 commit c3296c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/screens/creation_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,9 @@ def exit_screen(self):

self.pattern_tab.kill()
self.pattern_tab = None

self.pattern_tab2.kill()
self.pattern_tab2 = None

self.extras_tab.kill()
self.extras_tab = None
Expand Down

0 comments on commit c3296c8

Please sign in to comment.