]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.h
Fix #11827
[lyx.git] / src / mathed / InsetMathArray.h
index a3875e58b7409279cbde4126a1252a688b7f982b..b1cc3110abd0da5be86150b6e90514db4a1e8758 100644 (file)
@@ -53,6 +53,8 @@ public:
        int leftMargin() const { return 4; } //override
        ///
        int rightMargin() const { return 2; } //override
+       ///
+       bool handlesMulticolumn() const { return true; } //override
 
 private:
        virtual Inset * clone() const;