From 5cf687959afd75b0251b87d742b1594f6a8a7991 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 26 Oct 2021 13:42:40 +0200 Subject: [PATCH] Missing Destroy() call. --- src/wx/kdm_output_panel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc index 60dce70ca..369d8a25f 100644 --- a/src/wx/kdm_output_panel.cc +++ b/src/wx/kdm_output_panel.cc @@ -244,6 +244,7 @@ KDMOutputPanel::make ( if (d->ShowModal() == wxID_CANCEL) { proceed = false; } + d->Destroy (); } } } -- 2.30.2