From: Stefan Csomor Date: Sat, 10 Apr 2010 17:47:29 +0000 (+0000) Subject: flushing upon destruction, hope this won't redraw congestion in old code, see #11930 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/72a0d0fc95e8aba079a8c36aeb7cee193fbcf1ae flushing upon destruction, hope this won't redraw congestion in old code, see #11930 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/carbon/dcclient.cpp b/src/osx/carbon/dcclient.cpp index 663640741c..4387f6c2a8 100644 --- a/src/osx/carbon/dcclient.cpp +++ b/src/osx/carbon/dcclient.cpp @@ -161,6 +161,8 @@ wxClientDCImpl::wxClientDCImpl( wxDC *owner, wxWindow *window ) : wxClientDCImpl::~wxClientDCImpl() { + if( GetGraphicsContext() && GetGraphicsContext()->GetNativeContext() ) + Flush(); } /*