]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.h
Various updates for the update-handling and redrawing of insets(text).
[features.git] / src / insets / insettext.h
index b6a45ba050e34756f798fba70071c74a1e91a8aa..c61fffd0a493b5d80beb6f00e41b835f0819ee25 100644 (file)
@@ -44,7 +44,8 @@ public:
        NONE = 0,
        INIT,
        FULL,
-       CURSOR_PAR
+       CURSOR_PAR,
+       SELECTION
     };
     ///
     explicit
@@ -194,7 +195,7 @@ private:
        
     /* Private structures and variables */
     ///
-    bool locked;
+    mutable bool locked;
     ///
     int insetAscent;
     int insetDescent;