From: Richard Heck Date: Thu, 7 Jul 2011 19:48:50 +0000 (+0000) Subject: Fix bug #7656. X-Git-Tag: 2.1.0beta1~2960 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2514bb04c14a4dcb1eca80a2f09a805f07790243;p=features.git Fix bug #7656. I don't think we need to record anything yet, since we are not changing anything here. The dialog will call a new LFUN to do the change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39253 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 503fcd6352..d92c33c75a 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -1395,7 +1395,6 @@ void InsetMathHull::doDispatch(Cursor & cur, FuncRequest & cmd) } case LFUN_LABEL_INSERT: { - cur.recordUndoInset(); row_type r = (type_ == hullMultline) ? nrows() - 1 : cur.row(); docstring old_label = label(r); docstring const default_label = from_ascii("eq:");