mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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();
|
cur.noScreenUpdate();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
cur.recordUndo();
|
||||||
setParams(p);
|
setParams(p);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user