Missing Destroy() call.
authorCarl Hetherington <cth@carlh.net>
Tue, 26 Oct 2021 11:42:40 +0000 (13:42 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 Oct 2021 11:42:40 +0000 (13:42 +0200)
src/wx/kdm_output_panel.cc

index 60dce70ca0b3cc21c8b0b4a05a1beefc780c3f9f..369d8a25f082f0ba2ef576328ee8bcea61a7d985 100644 (file)
@@ -244,6 +244,7 @@ KDMOutputPanel::make (
                                if (d->ShowModal() == wxID_CANCEL) {
                                        proceed = false;
                                }
+                               d->Destroy ();
                        }
                }
        }