mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[win32k]
- Minor revert of 47281 to fix OO installer textboxes. svn path=/trunk/; revision=47348
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user