]> git.lyx.org Git - features.git/commit
Handle properly top/bottom of inset with mac-like cursor movement
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 15 Jul 2017 15:23:22 +0000 (17:23 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 23 Nov 2017 14:52:08 +0000 (15:52 +0100)
commit34285cc6830b061c18998bff8385092a311170a8
tree022f86b03f9144bf8d0f39d38b319e969bbd1070
parente64ea3576c4534fc647a74d1c9f5e67db39ef783
Handle properly top/bottom of inset with mac-like cursor movement

The correct behavior is to go to position 0 going up from first row,
and to end of row when going down on last row.

The targetx value of the cursor is not updated, which makes cursor
movement more natural.

Fixes bug #10701.
src/Text3.cpp