mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[USER32]
Fix copy-paste-bug in SubtractRect svn path=/trunk/; revision=65736
This commit is contained in:
@@ -218,8 +218,8 @@ SubtractRect(LPRECT lprcDst,
|
||||
{
|
||||
if(lprcDst->top == tempRect.top)
|
||||
lprcDst->top = tempRect.bottom;
|
||||
else if(lprcDst->right == tempRect.right)
|
||||
lprcDst->right = tempRect.left;
|
||||
else if(lprcDst->bottom == tempRect.bottom)
|
||||
lprcDst->bottom = tempRect.top;
|
||||
}
|
||||
|
||||
return(TRUE);
|
||||
|
||||
Reference in New Issue
Block a user