]> 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>
Thu, 25 Apr 2013 13:37:15 +0000 (15:37 +0200)
commit77bf805155609ad869238d5ab69eb325ee83b389
tree5fa3386fd651f86f2d765922a3e5e0cd246ad88a
parent959d2c52642f1f34e3e2e974491f167e2af8cac7
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