git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72307
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxPrintAbortDialog::OnCancel(wxCommandEvent& WXUNUSED(event))
{
void wxPrintAbortDialog::OnCancel(wxCommandEvent& WXUNUSED(event))
{
+ wxCHECK( wxPrinterBase::sm_abortWindow != NULL );
+
wxPrinterBase::sm_abortIt = true;
wxPrinterBase::sm_abortIt = true;
- wxPrinterBase::sm_abortWindow->Show(false);
- wxPrinterBase::sm_abortWindow->Close(true);
wxPrinterBase::sm_abortWindow->Destroy();
wxPrinterBase::sm_abortWindow = NULL;
}
wxPrinterBase::sm_abortWindow->Destroy();
wxPrinterBase::sm_abortWindow = NULL;
}