[win32k]
authorMichael Martin <michael.martin@reactos.org>
Tue, 25 May 2010 10:33:13 +0000 (10:33 +0000)
committerMichael Martin <michael.martin@reactos.org>
Tue, 25 May 2010 10:33:13 +0000 (10:33 +0000)
- Minor revert of 47281 to fix OO installer textboxes.

svn path=/trunk/; revision=47348

reactos/subsystems/win32/win32k/ntuser/window.c

index ca58a3c..409770d 100644 (file)
@@ -2228,9 +2228,6 @@ AllocErr:
       if (Size.cy < MinTrack.y) Size.cy = MinTrack.y;
    }
 
-   if (Size.cx < 0) Size.cx = 0;
-   if (Size.cy < 0) Size.cy = 0;
-
    Wnd->rcWindow.left = Pos.x;
    Wnd->rcWindow.top = Pos.y;
    Wnd->rcWindow.right = Pos.x + Size.cx;