mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Do not attempt to mark par break in single-line insets
This commit is contained in:
parent
77eaa8a0ce
commit
2c0b650aa6
@ -619,6 +619,7 @@ void Text::readParagraph(Paragraph & par, Lexer & lex,
|
||||
}
|
||||
}
|
||||
// Final change goes to paragraph break:
|
||||
if (inset().allowMultiPar())
|
||||
par.setChange(par.size(), change);
|
||||
|
||||
// Initialize begin_of_body_ on load; redoParagraph maintains
|
||||
|
Loading…
Reference in New Issue
Block a user