starting a doc must return true in order for printpreview to work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -176,7 +176,7 @@ void wxGCDCImpl::DoDrawIcon( const wxIcon &icon, wxCoord x, wxCoord y )
|
|||||||
|
|
||||||
bool wxGCDCImpl::StartDoc( const wxString& WXUNUSED(message) )
|
bool wxGCDCImpl::StartDoc( const wxString& WXUNUSED(message) )
|
||||||
{
|
{
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxGCDCImpl::EndDoc()
|
void wxGCDCImpl::EndDoc()
|
||||||
|
Reference in New Issue
Block a user