]> git.lyx.org Git - features.git/commit
Fix bug 5088:
authorVincent van Ravesteijn <vfr@lyx.org>
Wed, 26 Nov 2008 19:26:29 +0000 (19:26 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 26 Nov 2008 19:26:29 +0000 (19:26 +0000)
commit39f6e4b898aace8c6d2a1fa9403470357b3e9688
tree924e5325b23c5f8500ef1f1cb286aa1b2b7c2269
parent4e12c4327a6a1d525c30908efe70125f44abcb32
Fix bug 5088:
http://bugzilla.lyx.org/show_bug.cgi?id=5088

After executing DEPM to remove a double space, the position of the cursor was only 'fixed' if the cursor remained in the same par. This patch corrects this
to fix the position of the cursor also when the cursor is in a nested inset which is in the same par. This is needed because otherwise the cursor would not
point to the inset but one pos after it.

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