This commit is contained in:
Vincent Wei
2020-02-20 12:41:16 +08:00
parent a49cdd6ddc
commit bae0a64b6e
+2 -1
View File
@@ -756,7 +756,8 @@ static int dskScrollMainWindow (PMAINWIN pWin, PSCROLLWINDOWINFO pswi)
BitBlt (hdc, rcMove.left, rcMove.top,
rcMove.right - rcMove.left,
rcMove.bottom - rcMove.top,
hdc, pswi->iOffx + rcMove.left, pswi->iOffy + rcMove.top, 0);
hdc,
pswi->iOffx + rcMove.left, pswi->iOffy + rcMove.top, 0);
}
pcrc = pcrc->next;