Fix warning in dialog_print_generic.cpp

This commit is contained in:
qu1ck 2018-11-06 21:14:01 -08:00 committed by Maciej Suminski
parent 1f25fcd3d6
commit e789542ba4
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ void DIALOG_PRINT_GENERIC::onCloseButton( wxCommandEvent& event )
if( IsModal() )
EndModal( wxID_CANCEL );
Close( wxID_CANCEL );
Close();
}