X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e158da36bd19d0859baa603c911bc065108d0a79..09981ba7981297056da49ceb0eb85d3ac9fc5f6f:/src/osx/printdlg_osx.cpp?ds=sidebyside diff --git a/src/osx/printdlg_osx.cpp b/src/osx/printdlg_osx.cpp index 00e7bc3954..c0edeccc56 100644 --- a/src/osx/printdlg_osx.cpp +++ b/src/osx/printdlg_osx.cpp @@ -149,7 +149,7 @@ bool wxMacPageMarginsDialog::TransferToWindow() m_LeftMargin->SetFocus(); return true; } - + bool wxMacPageMarginsDialog::TransferDataFromWindow() { wxPoint topLeft, bottomRight; @@ -161,7 +161,7 @@ bool wxMacPageMarginsDialog::TransferDataFromWindow() m_pageSetupDialogData->SetMarginBottomRight(bottomRight); return true; } - + bool wxMacPageMarginsDialog::CheckValue(wxTextCtrl* textCtrl, int *value, int minValue, const wxString& name) { long lvalue;