]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.cpp
* do not ignore "requires" field in MathMacro
[lyx.git] / src / Cursor.cpp
index ab2b259dab854e6bd1ba27136818c872555296d0..2589298f17018f648bbdbf4805566bb8263311fa 100644 (file)
@@ -1329,7 +1329,7 @@ void Cursor::fixIfBroken()
 
 bool Cursor::isRTL() const
 {
-       return top().paragraph().isRightToLeftPar(bv().buffer()->params());
+       return innerParagraph().isRightToLeftPar(bv().buffer()->params());
 }