]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.h
Fixes to various bug-reports.
[features.git] / src / insets / insettabular.h
index 3a69d952bb50fe84c8922c0b9408bd2cf9fe5a7b..2d7a61b4f683e5175a65f44d1a2a31699e9986f9 100644 (file)
@@ -189,7 +189,7 @@ public:
        ///
        std::vector<string> const getLabelList() const;
        ///
-       void nodraw(bool b) {
+       void nodraw(bool b) const {
                UpdatableInset::nodraw(b);
        }
        bool nodraw() const;
@@ -243,6 +243,8 @@ private:
        ///
        void hideInsetCursor(BufferView *);
        ///
+       void fitInsetCursor(BufferView *) const;
+       ///
        void setPos(BufferView *, int x, int y) const;
        ///
        UpdatableInset::RESULT moveRight(BufferView *, bool lock = true);
@@ -333,5 +335,7 @@ private:
        mutable bool locked;
        ///
        mutable UpdateCodes need_update;
+       ///
+       bool in_update;
 };
 #endif