mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
disable the parboxinset (bug #1327)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8891 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
09e37ba99b
commit
e8d6bdcc7b
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user