]> git.lyx.org Git - lyx.git/commit
Fix bug 3356 by Bernhard Roider:
authorAbdelrazak Younes <younes@lyx.org>
Wed, 28 Mar 2007 16:01:32 +0000 (16:01 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 28 Mar 2007 16:01:32 +0000 (16:01 +0000)
commitae4db7543fdec91ceb8a888d314b0d5feb6d386d
treeabd0d5eb402dd7956de9c1dcefd9dcd8ddf8e8c1
parent3b9f86926dbfd34d2c60b6101e5377f61a1ecd5a
Fix bug 3356  by Bernhard Roider:

The crash happens on alt+up and alt+down if the position of the cursor
in the moved paragraph is beyond the length of the target paragraph.

To avoid it the Position of the iterators for the target paragraph must
be corrected. I set it to 0 as i assume it is not really used.

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