From 71696da09ee2e7a6c2cf12ac45537a084d168c47 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 10 Nov 2007 19:28:13 +0000 Subject: [PATCH] enabling clip git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/graphicc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/graphicc.cpp b/src/generic/graphicc.cpp index 040844ed4d..77c4b312c6 100644 --- a/src/generic/graphicc.cpp +++ b/src/generic/graphicc.cpp @@ -1140,7 +1140,7 @@ void wxCairoContext::Clip( wxDouble x, wxDouble y, wxDouble w, wxDouble h ) cairo_append_path(m_context, cp); // clip to that path -// cairo_clip(m_context); + cairo_clip(m_context); path.UnGetNativePath(cp); } -- 2.47.2