From: Jean-Marc Lasgouttes Date: Thu, 18 Sep 2008 10:40:53 +0000 (+0000) Subject: no need to record full document here X-Git-Tag: 1.6.10~3426 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a20a4f2ca0fb2147f6fd5c00b373ebbde8e9118a;p=features.git no need to record full document here git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26437 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Text3.cpp b/src/Text3.cpp index 9ceaceff45..90871ec4ed 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -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);