Paper size fix for wxOSX-cocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
630d8c1998
commit
fc2f6088e7
@ -37,6 +37,7 @@ wxOSXCocoaPrintData::wxOSXCocoaPrintData()
|
||||
m_macPageFormat = (PMPageFormat) [m_macPrintInfo PMPageFormat];
|
||||
m_macPrintSettings = (PMPrintSettings) [m_macPrintInfo PMPrintSettings];
|
||||
m_macPrintSession = (PMPrintSession) [m_macPrintInfo PMPrintSession] ;
|
||||
PMGetPageFormatPaper(m_macPageFormat, &m_macPaper);
|
||||
}
|
||||
|
||||
wxOSXCocoaPrintData::~wxOSXCocoaPrintData()
|
||||
|
Loading…
Reference in New Issue
Block a user