mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Properly fix bug #9598
Do not output \\par at the end of environments with size change if the environment cosinsts of only one par.
This commit is contained in:
parent
8e671a5cdc
commit
4feec2ef4b
@ -865,7 +865,7 @@ void TeXOnePar(Buffer const & buf,
|
||||
|
||||
if (style.resfont.size() != font.fontInfo().size()
|
||||
&& (nextpar || maintext
|
||||
|| (text.inset().getLayout().isMultiPar()
|
||||
|| (text.inset().paragraphs().size() > 1
|
||||
&& text.inset().lyxCode() != CELL_CODE))
|
||||
&& !is_command) {
|
||||
os << '{';
|
||||
|
Loading…
Reference in New Issue
Block a user