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