X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathArray.h;h=b1cc3110abd0da5be86150b6e90514db4a1e8758;hb=3a544072a522845b192594dd2ab11fcb1fc80eeb;hp=a3875e58b7409279cbde4126a1252a688b7f982b;hpb=324e5571cafe7838a1d3ecd5cb2b3dd7e8d54bbe;p=lyx.git diff --git a/src/mathed/InsetMathArray.h b/src/mathed/InsetMathArray.h index a3875e58b7..b1cc3110ab 100644 --- a/src/mathed/InsetMathArray.h +++ b/src/mathed/InsetMathArray.h @@ -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;