]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMatrix.h
Linearize macros in box edit mode too.
[lyx.git] / src / mathed / InsetMathMatrix.h
index 26a854402606476c29b14cb78aa5010f33ff773c..d64ba3006ce77592811074b0597c1131dacde548 100644 (file)
@@ -47,6 +47,8 @@ public:
        void octave(OctaveStream &) const;
        ///
        InsetCode lyxCode() const { return MATH_MATRIX_CODE; }
+       ///
+       bool handlesMulticolumn() const { return true; } //override
 
 private:
        virtual Inset * clone() const;