Skip to content

Commit 8ac8bae

Browse files
Don't know if this change was important => re-introducing 2 parameters
1 parent 628644d commit 8ac8bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cells/EditorCell.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3238,7 +3238,7 @@ void EditorCell::StyleTextTexts() {
32383238

32393239
m_styledText.push_back(StyledText(line, GetTextStyle(), 0, wxEmptyString));
32403240
if ((lines.HasMoreTokens()))
3241-
m_styledText.push_back(StyledText(wxS("\n"), GetTextStyle()));
3241+
m_styledText.push_back(StyledText(wxS("\n"), GetTextStyle(), 0, wxEmptyString));
32423242
}
32433243
}
32443244
} // Style text, not code?

0 commit comments

Comments
 (0)