Moved style correcting code to the WM_CREATE handler and added
commitec7c2a80b219dedc3efe85bd6d87f384588de3f4
authorDmitry Timoshkov <dmitry@codeweavers.com>
Mon, 4 Feb 2002 18:31:17 +0000 (4 18:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Feb 2002 18:31:17 +0000 (4 18:31 +0000)
tree30fc0f08953ac3268ba326371f3508a6f6e8692d
parentd473d304bde05282bd89ac4d2aca00b126bf6c1c
Moved style correcting code to the WM_CREATE handler and added
clearing of WS_EX_CLIENTEDGE and WS_EX_WINDOWEDGE as in Windows.
Added SetWindowPos(SWP_FRAMECHANGED) to make changes take effect.
dlls/comctl32/progress.c