SetMenu should always call SetWindowPos whether the window is visible
commit14743a0f3bebea67ee4a856dc01a14728407c147
authorHuw Davies <huw@codeweavers.com>
Tue, 17 Feb 2004 20:29:05 +0000 (17 20:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Feb 2004 20:29:05 +0000 (17 20:29 +0000)
treeba415010b60302ce006b79cec28d5807a6992490
parent41596e8031c5451bff03261e4dcdde0f9de00a63
SetMenu should always call SetWindowPos whether the window is visible
or not. However we shouldn't call SWP from CreateWindowEx.
Added a test for this behaviour.
controls/menu.c
dlls/user/tests/msg.c
include/win.h
windows/win.c