Author: hbelusca
Date: Tue Jul  5 21:13:48 2016
New Revision: 71826

URL: http://svn.reactos.org/svn/reactos?rev=71826&view=rev
Log:
[REGEDIT]: We resize 4 windows --> BeginDeferWindowPos(4).

Modified:
    trunk/reactos/base/applications/regedit/childwnd.c

Modified: trunk/reactos/base/applications/regedit/childwnd.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedit/childwnd.c?rev=71826&r1=71825&r2=71826&view=diff
==============================================================================
--- trunk/reactos/base/applications/regedit/childwnd.c  [iso-8859-1] (original)
+++ trunk/reactos/base/applications/regedit/childwnd.c  [iso-8859-1] Tue Jul  5 
21:13:48 2016
@@ -40,7 +40,7 @@
 
 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);


Reply via email to