]> git.lyx.org Git - features.git/commit
When only selecting the end_margin between 'after i-1' and 'before i', the
authorPavel Sanda <sanda@lyx.org>
Sat, 13 Sep 2008 23:03:33 +0000 (23:03 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 13 Sep 2008 23:03:33 +0000 (23:03 +0000)
commit1dadaa5890f271397abe75a261dfd4acb7cb5966
tree46bc2155f9cac6560a23d99195b4267d75295c64
parent9b1c5d2233c6736a3167f7971231fcf9416a42d5
When only selecting the end_margin between 'after i-1' and 'before i', the
anchor is incorrectly set to be equal to the cur. This is because comparing two
CursorSlices does not take into account the boundary property (because the
CursorSlice does not know this).

Patch by Vincent.

http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg143572.html

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