From 9df0a930d4349bedc41ef01184cc99a07e846f4a Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 4 Jun 2012 19:13:31 +0200 Subject: [PATCH] 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) --- src/insets/InsetIndex.cpp | 1 + status.20x | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/insets/InsetIndex.cpp b/src/insets/InsetIndex.cpp index a9e27254ca..6a79ea0ec2 100644 --- a/src/insets/InsetIndex.cpp +++ b/src/insets/InsetIndex.cpp @@ -496,6 +496,7 @@ void InsetPrintIndex::doDispatch(Cursor & cur, FuncRequest & cmd) cur.noScreenUpdate(); break; } + cur.recordUndo(); setParams(p); break; } diff --git a/status.20x b/status.20x index cb76a89641..41de7807dc 100644 --- a/status.20x +++ b/status.20x @@ -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). -- 2.39.5