]> git.lyx.org Git - lyx.git/commit
* BufferView.cpp (moveToPosition): do not use ParIterator, which moves
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 10 May 2007 07:53:00 +0000 (07:53 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 10 May 2007 07:53:00 +0000 (07:53 +0000)
commit5f7d6947e14eb9de0fc691189e526e29549bf607
tree46853b657a030fbbd81fff7d8b26e756db7c490d
parentae9afa946ab668d849dedce689d2d232ab99749c
* BufferView.cpp (moveToPosition): do not use ParIterator, which moves
through nested insets; what we want here is much simpler (bug 3472)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18254 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp