- Minor revert of 47281 to fix OO installer textboxes.

svn path=/trunk/; revision=47348
This commit is contained in:
Michael Martin
2010-05-25 10:33:13 +00:00
parent d514045177
commit bb079cacb0
@@ -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;