Skip to content

Commit

Permalink
Fixed bug where NoteHr line would draw through timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jun 12, 2011
1 parent 8f0153c commit bc9b14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mushview.cpp
Expand Up @@ -1373,7 +1373,7 @@ previousLineHPtime.QuadPart = 0;
GetClientRect (&cr);

SetRect (&r,
pDoc->m_iPixelOffset + 10,
pDoc->m_iPixelOffset + 10 + pixel,
- pDoc->m_iPixelOffset + line * pDoc->m_FontHeight + iHalfFontHeight,
cr.right - 10 - pDoc->m_iPixelOffset,
- pDoc->m_iPixelOffset + line * pDoc->m_FontHeight + iHalfFontHeight + 1);
Expand Down

0 comments on commit bc9b14f

Please sign in to comment.