]> git.lyx.org Git - features.git/commit
Fix bug 2756:
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 11 Aug 2006 21:41:56 +0000 (21:41 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 11 Aug 2006 21:41:56 +0000 (21:41 +0000)
commit9c7696c6eef30a576f4ac2757741727d73314e62
tree457da84e965eb3d05c63692ac8a17416680bc0c2
parente658f6cd1f7a20d67872800cde274d739cfe5303
Fix bug 2756:
* src/BufferView_pimpl.C (dispatch/LFUN_NEXT_INSET_TOGGLE): moved from
LyXText.

* src/text3.C (dispatch/LFUN_NEXT_INSET_TOGGLE): moved to
BufferView::Pimpl, since this should work in mathed too.

* src/mathed/math_nestinset.C (doDispatch/LFUN_INSET_TOGGLE): do not try to
do the work which belongs to LFUN_NEXT_INSET_TOGGLE (bug 2756).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14617 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView_pimpl.C
src/mathed/math_nestinset.C
src/text3.C