]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathHull.h
index 9f850b240e71891bf37971e863f03ae31bf3a670..bfb6e34f4d98006134e9b8b35fd04bfe1de5dc62 100644 (file)
@@ -212,7 +212,7 @@ public:
        ///
        virtual void revealCodes(Cursor & cur) const;
        ///
-       EDITABLE editable() const { return HIGHLY_EDITABLE; }
+       bool editable() const { return true; }
        ///
        void edit(Cursor & cur, bool front, 
                EntryDirection entry_from = ENTRY_DIRECTION_IGNORE);