restored using DeferWindowPos() for moving all windows at once (this does help with...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Jan 2005 18:57:41 +0000 (18:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 4 Jan 2005 18:57:41 +0000 (18:57 +0000)
commit220f77b0d2ab5943eb7ab90c3072b828717ce66e
treec69302c0e0b4f89f47ac02dec3d45a0bcb62c52b
parentf5db5af932c3255815542f4151b02367ea73c208
restored using DeferWindowPos() for moving all windows at once (this does help with flicker somewhat) but now call EndDeferWindowPos() from WM_WINDOWPOSCHANGED handler, not WM_SIZE one which is never generated for the dialogs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/window.h
src/msw/window.cpp