X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fparagraph_pimpl.C;h=09feac95344b09d5e7e0bc9c718948d147b6d64d;hb=2af1fccc61b68e273bd690c506df85d4a2c8e30e;hp=0a3b64715bba2ac50d3544c551419f5a16ed9136;hpb=0ddb4d5f30d01684550eee93303b152662b0da79;p=lyx.git diff --git a/src/paragraph_pimpl.C b/src/paragraph_pimpl.C index 0a3b64715b..09feac9534 100644 --- a/src/paragraph_pimpl.C +++ b/src/paragraph_pimpl.C @@ -390,7 +390,7 @@ void Paragraph::Pimpl::simpleTeXBlanks(odocstream & os, TexRow & texrow, if (style.pass_thru) return; - if (column > lyxrc.ascii_linelen + if (column > lyxrc.plaintext_linelen && i && getChar(i - 1) != ' ' && (i < size() - 1)