Fix crash when canceling printing in wxMSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -531,9 +531,9 @@ wxPrintAbortDialog::wxPrintAbortDialog(wxWindow *parent,
|
|||||||
|
|
||||||
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->Destroy();
|
||||||
wxPrinterBase::sm_abortWindow = NULL;
|
wxPrinterBase::sm_abortWindow = NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user