]> git.lyx.org Git - features.git/commitdiff
No IPA_INSERT in branch
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 11 Nov 2012 10:07:05 +0000 (11:07 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 11 Nov 2012 10:07:05 +0000 (11:07 +0100)
src/Text3.cpp

index 58726bf6d76725526e7b3789791d44f21e8b3429..62624688355e1391f94f53b60c6977ce4ec3dc6b 100644 (file)
@@ -285,8 +285,7 @@ static bool doInsertInset(Cursor & cur, Text * text,
                                mergeParagraph(bparams, cur.text()->paragraphs(), 0);
                        Cursor old = cur;
                        cur.leaveInset(*inset);
-                       if (cmd.action() == LFUN_PREVIEW_INSERT
-                           || cmd.action() == LFUN_IPA_INSERT)
+                       if (cmd.action() == LFUN_PREVIEW_INSERT)
                                // trigger preview
                                notifyCursorLeavesOrEnters(old, cur);
                }