made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAINT_ON_RESIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -624,7 +624,7 @@ bool wxWindowMGL::Create(wxWindow *parent,
|
||||
long mgl_style = 0;
|
||||
window_t *wnd_parent = parent ? parent->GetHandle() : NULL;
|
||||
|
||||
if ( !(style & wxNO_FULL_REPAINT_ON_RESIZE) )
|
||||
if ( style & wxFULL_REPAINT_ON_RESIZE )
|
||||
{
|
||||
mgl_style |= MGL_WM_FULL_REPAINT_ON_RESIZE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user