mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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
09f91910e6
commit
af59dffeda
@ -496,6 +496,7 @@ void InsetPrintIndex::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
cur.noScreenUpdate();
|
||||
break;
|
||||
}
|
||||
cur.recordUndo();
|
||||
setParams(p);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user