From: Juergen Spitzmueller Date: Sun, 11 Nov 2012 10:07:05 +0000 (+0100) Subject: No IPA_INSERT in branch X-Git-Tag: 2.0.6~247 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b8aa606992379a350e95ec3748286f9ef3b961df;p=features.git No IPA_INSERT in branch --- diff --git a/src/Text3.cpp b/src/Text3.cpp index 58726bf6d7..6262468835 100644 --- a/src/Text3.cpp +++ b/src/Text3.cpp @@ -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); }