mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +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])
|
if (!nonum_[r])
|
||||||
allnonum = false;
|
allnonum = false;
|
||||||
}
|
}
|
||||||
nonum_[0] = allnonum;
|
|
||||||
|
|
||||||
// set first non-empty label
|
// set first non-empty label
|
||||||
string label;
|
string label;
|
||||||
@ -524,9 +523,11 @@ void MathMatrixInset::mutate(short newtype)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
label_[0] = label;
|
|
||||||
|
|
||||||
glueall();
|
glueall();
|
||||||
|
|
||||||
|
nonum_[0] = allnonum;
|
||||||
|
label_[0] = label;
|
||||||
mutate(newtype);
|
mutate(newtype);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user