mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
handle LFUN_(UP|DOWN)_PARAGRAPH
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5806 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f6242f0e5c
commit
a0fcfe56f6
@ -506,6 +506,14 @@ Inset::RESULT InsetFormulaBase::localDispatch(FuncRequest const & cmd)
|
||||
updateLocal(bv, false);
|
||||
break;
|
||||
|
||||
case LFUN_UP_PARAGRAPHSEL:
|
||||
case LFUN_UP_PARAGRAPH:
|
||||
case LFUN_DOWN_PARAGRAPHSEL:
|
||||
case LFUN_DOWN_PARAGRAPH:
|
||||
result = FINISHED;
|
||||
updateLocal(bv, false);
|
||||
break;
|
||||
|
||||
case LFUN_HOMESEL:
|
||||
case LFUN_WORDLEFTSEL:
|
||||
sel = true; // fall through
|
||||
|
Loading…
Reference in New Issue
Block a user