]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetInfo.h
Make InsetInfo active agin (aka the vengeance of the neverending saga)
[features.git] / src / insets / InsetInfo.h
index 221d6fb09e3c28075828683037e0bb804d85a68c..f7144f233f715bb308ecfd1da25916e9575d4898 100644 (file)
@@ -100,8 +100,11 @@ public:
        docstring layoutName() const;
        ///
        Inset * editXY(Cursor & cur, int x, int y);
-       ///
-       bool isActive() const { return false; }
+       /** FIXME: we would like to do that, but then InsetText::updateBuffer breaks
+        * on info insets. Do we need to run this method on InsetInfo contents?
+        * Having a InsetInfo that hides an InsetText is really annoying, actually.
+        */
+       ///bool isActive() const { return false; }
        ///
        bool editable() const { return false; }
        ///