mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Fixed calculating client area size for minimized windows.
svn path=/trunk/; revision=7265
This commit is contained in:
@@ -525,6 +525,11 @@ DefWndNCCalcSize(HWND hWnd, BOOL CalcSizeStruct, RECT *Rect)
|
||||
if (Rect->left > Rect->right)
|
||||
Rect->right = Rect->left;
|
||||
}
|
||||
else
|
||||
{
|
||||
Rect->right = Rect->left;
|
||||
Rect->bottom = Rect->top;
|
||||
}
|
||||
|
||||
return Result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user