]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/window.cpp
Applied new DoDrawBitmap() and DoBlit() from 2_4
[wxWidgets.git] / src / mgl / window.cpp
index 75f3a09ffe487433251f70dc6c8d88a97f180881..86c0ae8534608fd1b251614e4296d296fa44bb89 100644 (file)
@@ -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;
     }