]> git.lyx.org Git - features.git/commitdiff
Fix bug #7656.
authorRichard Heck <rgheck@comcast.net>
Thu, 7 Jul 2011 19:52:03 +0000 (19:52 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 7 Jul 2011 19:52:03 +0000 (19:52 +0000)
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/branches/BRANCH_2_0_X@39254 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathHull.cpp
status.20x

index 804d3d32b1abac602427e0ed7ec3539ae7e024a5..1469b86489e76ca46b0c7fe8863c12776fdb5999 100644 (file)
@@ -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:");
index ce3e1d94825878f035a3f1cb3c3d463b7d8da683..efa6f5f223667b1b1f537adbb3f44d72e5c5fbc3 100644 (file)
@@ -201,6 +201,9 @@ What's new
 - Fix assertion when using "Ignore All" in spell checker dialog
   after changing buffer view (bug 7661).
 
+- Don't mark buffer changed simply because you open the label dialog
+  (bug 7655).
+
 
 * ADVANCED FIND AND REPLACE