No IPA_INSERT in branch

This commit is contained in:
Juergen Spitzmueller 2012-11-11 11:07:05 +01:00
parent abc8c6567f
commit b8aa606992

View 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);
}