Skip to content

Commit 6f5da00

Browse files
committed
Fixed redrawing of tabs: an alternative fix
1 parent 53dcc24 commit 6f5da00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Paint.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ REG_T DrawLine(EDIT *pMem, REG_T lpChars, DWORD nLine, DWORD cp, REG_T hDC, REG_
1616
RECT rect;
1717
RECT srect;
1818
DWORD lCol;
19-
DWORD rcleft;
19+
SDWORD rcleft;
2020
DWORD fCmnt;
2121
DWORD fStr;
2222
DWORD fWrd;

0 commit comments

Comments
 (0)