]> git.lyx.org Git - lyx.git/blobdiff - src/lyxtext.h
Two fixes involving RtL text drawing
[lyx.git] / src / lyxtext.h
index 67825e9d0853ab0b9c32abbd38cd1504cfc073a5..52f9b6b34b292b945551576f8049c539693cf2d0 100644 (file)
@@ -165,8 +165,7 @@ public:
        bool setCursor(LCursor & cur, pit_type par, pos_type pos,
                       bool setfont = true, bool boundary = false);
        ///
-       void setCursor(CursorSlice &, pit_type par,
-                      pos_type pos, bool boundary = false);
+       void setCursor(CursorSlice &, pit_type par, pos_type pos);
        ///
        void setCursorIntern(LCursor & cur, pit_type par,
                 pos_type pos, bool setfont = true, bool boundary = false);