Smartphone fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1340,11 +1340,15 @@ void wxWindowMSW::Refresh(bool eraseBack, const wxRect *rect)
|
||||
pRect = NULL;
|
||||
}
|
||||
|
||||
#ifndef __SMARTPHONE__
|
||||
UINT flags = RDW_INVALIDATE | RDW_ALLCHILDREN;
|
||||
if ( eraseBack )
|
||||
flags |= RDW_ERASE;
|
||||
|
||||
::RedrawWindow(hWnd, pRect, NULL, flags);
|
||||
#else
|
||||
wxUnusedVar( eraseBack );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user