mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36: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);
|
mergeParagraph(bparams, cur.text()->paragraphs(), 0);
|
||||||
Cursor old = cur;
|
Cursor old = cur;
|
||||||
cur.leaveInset(*inset);
|
cur.leaveInset(*inset);
|
||||||
if (cmd.action() == LFUN_PREVIEW_INSERT
|
if (cmd.action() == LFUN_PREVIEW_INSERT)
|
||||||
|| cmd.action() == LFUN_IPA_INSERT)
|
|
||||||
// trigger preview
|
// trigger preview
|
||||||
notifyCursorLeavesOrEnters(old, cur);
|
notifyCursorLeavesOrEnters(old, cur);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user