Skip to content

Commit bc9b14f

Browse files
committed
Fixed bug where NoteHr line would draw through timestamps
1 parent 8f0153c commit bc9b14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mushview.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ previousLineHPtime.QuadPart = 0;
13731373
GetClientRect (&cr);
13741374

13751375
SetRect (&r,
1376-
pDoc->m_iPixelOffset + 10,
1376+
pDoc->m_iPixelOffset + 10 + pixel,
13771377
- pDoc->m_iPixelOffset + line * pDoc->m_FontHeight + iHalfFontHeight,
13781378
cr.right - 10 - pDoc->m_iPixelOffset,
13791379
- pDoc->m_iPixelOffset + line * pDoc->m_FontHeight + iHalfFontHeight + 1);

0 commit comments

Comments
 (0)