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
This commit is contained in:
parent
5575dacc50
commit
72a0d0fc95
@ -161,6 +161,8 @@ wxClientDCImpl::wxClientDCImpl( wxDC *owner, wxWindow *window ) :
|
||||
|
||||
wxClientDCImpl::~wxClientDCImpl()
|
||||
{
|
||||
if( GetGraphicsContext() && GetGraphicsContext()->GetNativeContext() )
|
||||
Flush();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user