[REGEDIT]: We resize 4 windows --> BeginDeferWindowPos(4).

svn path=/trunk/; revision=71826
This commit is contained in:
Hermès Bélusca-Maïto 2016-07-05 21:13:48 +00:00
parent f7107dbbab
commit 8d68884908

View file

@ -40,7 +40,7 @@ extern LPCWSTR get_root_key_name(HKEY hRootKey)
extern void ResizeWnd(int cx, int cy)
{
HDWP hdwp = BeginDeferWindowPos(3);
HDWP hdwp = BeginDeferWindowPos(4);
RECT rt, rs, rb;
const int tHeight = 22;
SetRect(&rt, 0, 0, cx, cy);