]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
When selecting math with the mouse, selection happens in the middle (#9748)
[lyx.git] / src / mathed / InsetMathTabular.h
index ed88bd633fce143ab8f979954321857d1216120d..481d28ef0e723ed48d42ba4009c1614bcfaef5e5 100644 (file)
@@ -49,6 +49,8 @@ public:
        int leftMargin() const { return 4; } //override
        ///
        int rightMargin() const { return 2; } //override
+       ///
+       bool handlesMulticolumn() const { return true; } //override
 
 private:
        Inset * clone() const;