Skip to content

Commit 1df3751

Browse files
committed
Allow bookmark to be set at start of notes line
1 parent cbdce1b commit 1df3751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,7 @@ CString strLine (lpszText, size);
19041904
// affect the rest of the line
19051905

19061906
if (m_pCurrentLine->len == 0)
1907-
SetNewLineColour (flags);
1907+
SetNewLineColour (flags | (m_pCurrentLine->flags & BOOKMARK));
19081908

19091909
for (p = lpszText; size > 0; p++, size--)
19101910
{

0 commit comments

Comments
 (0)