mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
bade84c1f8
commit
4124b05c9f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user