activating DrawRectangle optimization

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2012-12-19 15:41:44 +00:00
parent e6c2d88bd0
commit ca77701441

View File

@@ -1486,7 +1486,7 @@ public:
// fast convenience methods // fast convenience methods
virtual void DrawRectangleX( wxDouble x, wxDouble y, wxDouble w, wxDouble h ); virtual void DrawRectangle( wxDouble x, wxDouble y, wxDouble w, wxDouble h );
void SetNativeContext( CGContextRef cg ); void SetNativeContext( CGContextRef cg );
@@ -2706,7 +2706,7 @@ void * wxMacCoreGraphicsContext::GetNativeContext()
} }
void wxMacCoreGraphicsContext::DrawRectangleX( wxDouble x, wxDouble y, wxDouble w, wxDouble h ) void wxMacCoreGraphicsContext::DrawRectangle( wxDouble x, wxDouble y, wxDouble w, wxDouble h )
{ {
if (m_composition == wxCOMPOSITION_DEST) if (m_composition == wxCOMPOSITION_DEST)
return; return;