]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/printwin.cpp
Close a modal dialog even when it doesn't have any buttons.
[wxWidgets.git] / src / msw / printwin.cpp
index 26aa924725b18a5272e0a21b74d530a9439517bd..5dba0607ba10a0b252b2f5b3e0d779643066a950 100644 (file)
@@ -90,8 +90,6 @@ bool wxWindowsPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt
         return false;
     }
 
-    printout->SetIsPreview(false);
-
     if (m_printDialogData.GetMinPage() < 1)
         m_printDialogData.SetMinPage(1);
     if (m_printDialogData.GetMaxPage() < 1)
@@ -245,8 +243,7 @@ bool wxWindowsPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt
     if (sm_abortWindow)
     {
         sm_abortWindow->Show(false);
-        delete sm_abortWindow;
-        sm_abortWindow = NULL;
+        wxDELETE(sm_abortWindow);
     }
 
     delete dc;