From eb239e05b899bf9d844cfb0bcfa36d254292b147 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 11 Dec 2007 13:41:14 +0000 Subject: [PATCH] fix for document preview git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dcgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/dcgraph.cpp b/src/common/dcgraph.cpp index b95e1af0a4..82abf02b33 100644 --- a/src/common/dcgraph.cpp +++ b/src/common/dcgraph.cpp @@ -143,7 +143,7 @@ void wxGCDC::DoDrawIcon( const wxIcon &icon, wxCoord x, wxCoord y ) bool wxGCDC::StartDoc( const wxString& WXUNUSED(message) ) { - return false; + return true; } void wxGCDC::EndDoc()