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-03 10:31:38 +02:00
parent 09f91910e6
commit af59dffeda

View File

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