]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
Fixup 097da3a9: fix horizontal navigatiion in InsetMathRoot
[lyx.git] / src / mathed / InsetMathOverset.h
index 1202bbcfd42c1d81796477cc5c4e79629c6893f1..eb6b86b7988f34fcb49b8c45eacca467497ae8e7 100644 (file)
@@ -28,9 +28,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       idx_type firstIdx() const { return 1; }
-       ///
-       idx_type lastIdx() const { return 1; }
+       bool idxUpDown(Cursor & cur, bool up) const;
        ///
        void write(WriteStream & os) const;
        ///