We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f6b3fc + 50e18de commit bcffd9eCopy full SHA for bcffd9e
1 file changed
construct_editor/main.py
@@ -82,6 +82,7 @@ def on_uncaught_exception(
82
None, "Uncaught Exception...", ExceptionInfo(etype, value, trace)
83
)
84
dial.ShowModal()
85
+ dial.Destroy()
86
87
88
class ConstructGallery(wx.Panel):
0 commit comments