mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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/branches/BRANCH_2_0_X@39254 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ed140e7343
commit
df59642018
@ -1395,7 +1395,6 @@ void InsetMathHull::doDispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
case LFUN_LABEL_INSERT: {
|
case LFUN_LABEL_INSERT: {
|
||||||
cur.recordUndoInset();
|
|
||||||
row_type r = (type_ == hullMultline) ? nrows() - 1 : cur.row();
|
row_type r = (type_ == hullMultline) ? nrows() - 1 : cur.row();
|
||||||
docstring old_label = label(r);
|
docstring old_label = label(r);
|
||||||
docstring const default_label = from_ascii("eq:");
|
docstring const default_label = from_ascii("eq:");
|
||||||
|
@ -201,6 +201,9 @@ What's new
|
|||||||
- Fix assertion when using "Ignore All" in spell checker dialog
|
- Fix assertion when using "Ignore All" in spell checker dialog
|
||||||
after changing buffer view (bug 7661).
|
after changing buffer view (bug 7661).
|
||||||
|
|
||||||
|
- Don't mark buffer changed simply because you open the label dialog
|
||||||
|
(bug 7655).
|
||||||
|
|
||||||
|
|
||||||
* ADVANCED FIND AND REPLACE
|
* ADVANCED FIND AND REPLACE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user