Skip to content

Commit bcffd9e

Browse files
authored
Merge pull request #26 from Ircama/ircama-destroy-exception-dialog-modal
Add Destroy() after ShowModal() on on_uncaught_exception()
2 parents 5f6b3fc + 50e18de commit bcffd9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

construct_editor/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def on_uncaught_exception(
8282
None, "Uncaught Exception...", ExceptionInfo(etype, value, trace)
8383
)
8484
dial.ShowModal()
85+
dial.Destroy()
8586

8687

8788
class ConstructGallery(wx.Panel):

0 commit comments

Comments
 (0)