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:
Stefan Csomor 2007-12-18 15:11:15 +00:00
parent 4c9ad6b9d2
commit 26dfebbd6c

View File

@ -176,7 +176,7 @@ void wxGCDCImpl::DoDrawIcon( const wxIcon &icon, wxCoord x, wxCoord y )
bool wxGCDCImpl::StartDoc( const wxString& WXUNUSED(message) )
{
return false;
return true;
}
void wxGCDCImpl::EndDoc()