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:
parent
4c9ad6b9d2
commit
26dfebbd6c
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user