]> git.lyx.org Git - lyx.git/blobdiff - src/Bidi.cpp
Make layout test compile
[lyx.git] / src / Bidi.cpp
index a85f3eaddd26d4c64b035293e8abf9b448e953db..d5a631ea2e31f19c24aa64e5810079317132dcfc 100644 (file)
@@ -108,6 +108,7 @@ void Bidi::computeTables(Paragraph const & par,
                pos_type const pos =
                        (is_space && lpos + 1 <= end_ &&
                         !par.isLineSeparator(lpos + 1) &&
+                        !par.isEnvSeparator(lpos + 1) &&
                         !par.isNewline(lpos + 1))
                        ? lpos + 1 : lpos;