]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.cpp
No space after inline math for text export (#9282)
[lyx.git] / src / Paragraph.cpp
index eb239edbe04326167be6b1dd69c74d0fda162b9a..103428a2d5dbdc006684cc4ca7dd76098dbb11ee 100644 (file)
@@ -3382,8 +3382,6 @@ docstring Paragraph::asString(pos_type beg, pos_type end, int options, const Out
                                getInset(i)->plaintext(os, *runparams);
                        } else {
                                getInset(i)->toString(os);
-                               if (getInset(i)->asInsetMath())
-                                       os << " ";
                        }
                }
        }