Fixed zoom problem (Robert J.Lang)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1477,6 +1477,11 @@ void wxPrintPreview::SetZoom(int percent)
|
||||
m_pimpl->SetZoom( percent );
|
||||
}
|
||||
|
||||
int wxPrintPreview::GetZoom() const
|
||||
{
|
||||
return m_pimpl->GetZoom();
|
||||
}
|
||||
|
||||
wxPrintDialogData& wxPrintPreview::GetPrintDialogData()
|
||||
{
|
||||
return m_pimpl->GetPrintDialogData();
|
||||
|
Reference in New Issue
Block a user