wxClientDC::~wxClientDC()
{
+#if wxMAC_USE_CORE_GRAPHICS
+/*
+ if ( m_window->MacGetCGContextRef() == 0)
+ {
+ CGContextRef cgContext = (wxMacCGContext*)(m_graphicContext)->GetNativeContext() ;
+ CGContextFlush( cgContext ) ;
+ }
+*/
+#endif
}
void wxClientDC::DoGetSize(int *width, int *height) const