]> git.lyx.org Git - features.git/commit
Fix bug 5310: http://bugzilla.lyx.org/show_bug.cgi?id=5310
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 24 Oct 2008 15:46:44 +0000 (15:46 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 24 Oct 2008 15:46:44 +0000 (15:46 +0000)
commit754ead5010b6caeb401712e4f4e9c7cecf1b5ecf
tree544bb7046b1e2e4603bbf77b51ef7c95b8187e70
parentf99d998cb74e60223663b44675ab4614b75eb553
Fix bug 5310: http://bugzilla.lyx.org/show_bug.cgi?id=5310

* BufferView.cpp (dispatch): make sure to repaint the document after
jumping to a new change.
* lyxfind.cpp (findNextChange): do not ignore the last character when
a change extends to the end of an inset.

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