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:
Juergen Spitzmueller 2012-06-04 19:13:31 +02:00
parent 8e7d9887bb
commit 9df0a930d4
2 changed files with 4 additions and 0 deletions

View File

@ -496,6 +496,7 @@ void InsetPrintIndex::doDispatch(Cursor & cur, FuncRequest & cmd)
cur.noScreenUpdate();
break;
}
cur.recordUndo();
setParams(p);
break;
}

View File

@ -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).