]> git.lyx.org Git - features.git/commit
Fix bug #3199: change-next may leave empty lines behind
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 24 Apr 2013 10:04:49 +0000 (12:04 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 8 May 2013 10:28:56 +0000 (12:28 +0200)
commit0d4bc37fe6e5b56694e50e5a568244ca018cd19f
treedec2418e2a556500e1d1562fd3a41bab697561b5
parent0c1eb71448ee285174905e321e3ea68903a00223
Fix bug #3199: change-next may leave empty lines behind

Using Cursor::setCursor or even BufferView::setCursor is often a bad
idea since it does not run DEPM. In this case (and other cases in
f&replace code) it is better to use BufferView::mouseSetCursor (which
should maybe be renamed...).
src/lyxfind.cpp
status.20x