From 4124b05c9fce9be65375766900f136f292f94f94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 10 Jul 2001 10:40:23 +0000 Subject: [PATCH] fix small thinko git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2214 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_matrixinset.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mathed/math_matrixinset.C b/src/mathed/math_matrixinset.C index 1ee03e8de4..d2c4629f7b 100644 --- a/src/mathed/math_matrixinset.C +++ b/src/mathed/math_matrixinset.C @@ -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; } -- 2.39.2