mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +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()
|
if (style.resfont.size() != font.fontInfo().size()
|
||||||
&& (nextpar || maintext
|
&& (nextpar || maintext
|
||||||
|| (text.inset().getLayout().isMultiPar()
|
|| (text.inset().paragraphs().size() > 1
|
||||||
&& text.inset().lyxCode() != CELL_CODE))
|
&& text.inset().lyxCode() != CELL_CODE))
|
||||||
&& !is_command) {
|
&& !is_command) {
|
||||||
os << '{';
|
os << '{';
|
||||||
|
Loading…
Reference in New Issue
Block a user