Fix warning in dialog_print_generic.cpp
This commit is contained in:
parent
1f25fcd3d6
commit
e789542ba4
|
@ -243,7 +243,7 @@ void DIALOG_PRINT_GENERIC::onCloseButton( wxCommandEvent& event )
|
|||
if( IsModal() )
|
||||
EndModal( wxID_CANCEL );
|
||||
|
||||
Close( wxID_CANCEL );
|
||||
Close();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue