Update wf_client.c
This commit is contained in:
parent
bb487f045a
commit
c5573371c2
@ -115,17 +115,6 @@ static BOOL wf_end_paint(rdpContext* context)
|
||||
updateRect.top = extents->top;
|
||||
updateRect.right = extents->right;
|
||||
updateRect.bottom = extents->bottom;
|
||||
|
||||
if (wfc->xScrollVisible)
|
||||
{
|
||||
updateRect.left -= MIN(updateRect.left, wfc->xCurrentScroll);
|
||||
updateRect.right -= MIN(updateRect.right, wfc->xCurrentScroll);
|
||||
}
|
||||
if (wfc->yScrollVisible)
|
||||
{
|
||||
updateRect.top -= MIN(updateRect.top, wfc->yCurrentScroll);
|
||||
updateRect.bottom -= MIN(updateRect.bottom, wfc->yCurrentScroll);
|
||||
}
|
||||
|
||||
wf_scale_rect(wfc, &updateRect);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user