From e8d6bdcc7be7e58c3666a84850cefa21abbe96f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 12 Aug 2004 22:23:10 +0000 Subject: [PATCH] disable the parboxinset (bug #1327) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8891 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_factory.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/math_factory.C b/src/mathed/math_factory.C index 3da237bd52..1b54db1285 100644 --- a/src/mathed/math_factory.C +++ b/src/mathed/math_factory.C @@ -255,8 +255,8 @@ MathAtom createMathInset(string const & s) return MathAtom(new MathDotsInset(l)); if (inset == "mbox") return MathAtom(new MathBoxInset(l->name)); - if (inset == "parbox") - return MathAtom(new MathParboxInset); + // if (inset == "parbox") + // return MathAtom(new MathParboxInset); if (inset == "fbox") return MathAtom(new MathFboxInset(l)); if (inset == "style") -- 2.39.2