]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/toplevel.cpp
added missing wxCMPFUNC_CONVs (patch 820862)
[wxWidgets.git] / src / mac / carbon / toplevel.cpp
index bf1864f056d4ef3aa2429e29000292738c583bbb..84fe9d8cc9b8d156f9fb33d78352cadf95974fc1 100644 (file)
@@ -1088,7 +1088,7 @@ void wxTopLevelWindowMac::DoMoveWindow(int x, int y, int width, int height)
         // the OS takes care of invalidating and erasing the new area so we only have to
         // take care of refreshing for full repaints
 
-        if ( doResize && !HasFlag(wxNO_FULL_REPAINT_ON_RESIZE) )
+        if ( doResize && HasFlag(wxFULL_REPAINT_ON_RESIZE) )
             Refresh() ;