]> git.saurik.com Git - wxWidgets.git/commitdiff
starting a doc must return true in order for printpreview to work
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 18 Dec 2007 15:11:15 +0000 (15:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 18 Dec 2007 15:11:15 +0000 (15:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dcgraph.cpp

index d6e6112d967aba7da3fb67b5f24c0612de28c79d..c945600de4d85326ff1057b48bb80137d4ce250b 100644 (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()