mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 17:09:41 +00:00
parent
392aaa11ac
commit
134cb3b265
@ -567,7 +567,7 @@ int InsetText::plaintext(odocstringstream & os,
|
|||||||
for (; it != end; ++it) {
|
for (; it != end; ++it) {
|
||||||
if (it != beg) {
|
if (it != beg) {
|
||||||
os << '\n';
|
os << '\n';
|
||||||
if (runparams.linelen > 0)
|
if (runparams.linelen > 0 && !getLayout().parbreakIsNewline())
|
||||||
os << '\n';
|
os << '\n';
|
||||||
}
|
}
|
||||||
odocstringstream oss;
|
odocstringstream oss;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user