fix small thinko

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2214 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-07-10 10:40:23 +00:00
parent bade84c1f8
commit 4124b05c9f

View File

@ -514,7 +514,6 @@ void MathMatrixInset::mutate(short newtype)
if (!nonum_[r])
allnonum = false;
}
nonum_[0] = allnonum;
// set first non-empty label
string label;
@ -524,9 +523,11 @@ void MathMatrixInset::mutate(short newtype)
break;
}
}
label_[0] = label;
glueall();
nonum_[0] = allnonum;
label_[0] = label;
mutate(newtype);
break;
}