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