mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
Add missing undo recording.
This adds a change of the printindex type (with multiple indices) to the undo stack and marks the buffer dirty on that action (bug #8182)
This commit is contained in:
parent
8e7d9887bb
commit
9df0a930d4
@ -496,6 +496,7 @@ void InsetPrintIndex::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
cur.noScreenUpdate();
|
||||
break;
|
||||
}
|
||||
cur.recordUndo();
|
||||
setParams(p);
|
||||
break;
|
||||
}
|
||||
|
@ -173,6 +173,9 @@ What's new
|
||||
- Box settings dialog didn't work if you were actually inside the box
|
||||
(bug 8124).
|
||||
|
||||
- Mark the document modified when changing type of splitted index
|
||||
(bug 8182).
|
||||
|
||||
- Fix tooltip for "Use Non-TeX Fonts" (bug 7787).
|
||||
|
||||
- Fix pasting of LATIN CAPITAL LETTER SHARP S (bug 8057).
|
||||
|
Loading…
Reference in New Issue
Block a user