Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -647,7 +647,7 @@ wxDC *wxWindowsPrintDialog::GetPrintDC()
|
||||
return m_printerDC;
|
||||
}
|
||||
else
|
||||
return (wxDC*) NULL;
|
||||
return (wxPrinterDC*) NULL;
|
||||
}
|
||||
|
||||
bool wxWindowsPrintDialog::ConvertToNative( wxPrintDialogData &data )
|
||||
|
Reference in New Issue
Block a user