mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 12:25:11 +00:00
Ignore LFUN_BREAKLINE, LFUN_BREAKPARAGRAPH
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2938 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
94add293e1
commit
e96ae7b972
@ -632,6 +632,11 @@ InsetFormulaBase::localDispatch(BufferView * bv, kb_action action,
|
||||
result = UNDISPATCHED;
|
||||
break;
|
||||
|
||||
case LFUN_BREAKPARAGRAPH:
|
||||
case LFUN_BREAKPARAGRAPHKEEPLAYOUT:
|
||||
//lyxerr << "LFUN ignored\n";
|
||||
break;
|
||||
|
||||
case -1:
|
||||
case LFUN_INSERT_MATH:
|
||||
case LFUN_SELFINSERT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user