update from suzumizaki (patch 1522241)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -583,7 +583,8 @@ void wxAnimationCtrl::DisposeToBackground()
|
||||
// clear the backing store
|
||||
wxMemoryDC dc;
|
||||
dc.SelectObject(m_backingStore);
|
||||
DisposeToBackground(dc);
|
||||
if ( dc.IsOk() )
|
||||
DisposeToBackground(dc);
|
||||
}
|
||||
|
||||
void wxAnimationCtrl::DisposeToBackground(wxDC& dc)
|
||||
|
Reference in New Issue
Block a user