mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix misleading comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17157 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9652acee93
commit
6b98d4747e
@ -1058,7 +1058,7 @@ bool Paragraph::simpleTeXOnePar(Buffer const & buf,
|
||||
|
||||
LyXFont const last_font = running_font;
|
||||
|
||||
// We end font definition before blanks
|
||||
// Do we need to close the previous font?
|
||||
if (open_font &&
|
||||
(font != running_font ||
|
||||
font.language() != running_font.language()))
|
||||
|
Loading…
Reference in New Issue
Block a user