mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
no need to record full document here
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26437 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7557098b01
commit
a20a4f2ca0
@ -863,7 +863,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
if (!ins)
|
||||
break;
|
||||
|
||||
cur.recordUndoFullDocument();
|
||||
cur.recordUndo();
|
||||
|
||||
string id = to_utf8(cmd.argument());
|
||||
string grp = graphics::getGroupParams(bv->buffer(), id);
|
||||
|
Loading…
Reference in New Issue
Block a user