Cvpcb, fo viewer frame: fix a bug (close frame widget not active) due to a too zealous cleanup.

This commit is contained in:
jean-pierre charras 2018-05-12 11:32:06 +02:00
parent 6e5131be5a
commit 9704891c8f
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@ DISPLAY_FOOTPRINTS_FRAME::~DISPLAY_FOOTPRINTS_FRAME()
void DISPLAY_FOOTPRINTS_FRAME::OnCloseWindow( wxCloseEvent& event ) void DISPLAY_FOOTPRINTS_FRAME::OnCloseWindow( wxCloseEvent& event )
{ {
// Currently, do nothing
event.Skip();
} }