git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36940
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// we must use SWP_NOCOPYBITS here otherwise it paints incorrectly
// if other windows are size deferred
::SetWindowPos(GetHwnd(), NULL, x, y, width, height,
// we must use SWP_NOCOPYBITS here otherwise it paints incorrectly
// if other windows are size deferred
::SetWindowPos(GetHwnd(), NULL, x, y, width, height,
- SWP_NOZORDER | SWP_NOOWNERZORDER | SWP_NOACTIVATE |
- SWP_NOCOPYBITS | SWP_NOSENDCHANGING);
+ SWP_NOZORDER | SWP_NOOWNERZORDER | SWP_NOACTIVATE
+#ifndef __WXWINCE__
+ | SWP_NOCOPYBITS | SWP_NOSENDCHANGING
+#endif
+ );
}
// adjust fields widths to the new size
}
// adjust fields widths to the new size