]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
Simplify Changers interface
[lyx.git] / src / mathed / InsetMathAMSArray.h
index 584397302dc44ebb9fbd8cc0e446c6990a432cfb..c337c781a06a7151097ec4c241756d8617211e1e 100644 (file)
@@ -58,6 +58,8 @@ public:
        int leftMargin() const { return 6; } //override
        ///
        int rightMargin() const { return 8; } //override
+       ///
+       bool handlesMulticolumn() const { return true; } //override
 
 private:
        virtual Inset * clone() const;