mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
No IPA_INSERT in branch
This commit is contained in:
parent
abc8c6567f
commit
b8aa606992
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user