]> git.lyx.org Git - features.git/blobdiff - src/lyxtext.h
Various fixes from Dekel Tsur.
[features.git] / src / lyxtext.h
index 408965d3b689546e4c57f959584d19b5dd0373a6..1fd782a254c35b7177f10b20dcd5c3930843a3c3 100644 (file)
@@ -299,9 +299,8 @@ public:
          decide, wether it is selected text or not. This is a strange
          solution but faster.
         */
-       void GetVisibleRow(int offset, 
-                          Row * row_ptr, long y);
-                                          
+       void GetVisibleRow(int offset, Row * row_ptr, long y);
+
        /* footnotes: */
        ///
        void ToggleFootnote();
@@ -615,6 +614,9 @@ private:
        ///
        mutable LyXParagraph::size_type bidi_start;
 
+       ///
+       mutable bool bidi_same_direction;
+
        ///
        void ComputeBidiTables(Row *row) const;