]> git.lyx.org Git - features.git/commitdiff
* src/Text3.cpp: record undo in specialChar.
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 17 May 2007 08:38:41 +0000 (08:38 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 17 May 2007 08:38:41 +0000 (08:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18379 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text3.cpp

index 37baf50626985622d87755d5b9a688c45a4c0505..ca021357c4dc7bd61e0abe2a50e9db834430fd90 100644 (file)
@@ -244,6 +244,7 @@ namespace {
 
 void specialChar(Cursor & cur, InsetSpecialChar::Kind kind)
 {
+       recordUndo(cur);
        cap::replaceSelection(cur);
        cur.insert(new InsetSpecialChar(kind));
        cur.posRight();