]> git.lyx.org Git - features.git/commit
Fix bug #8370: crash when searching for next change
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 5 Apr 2013 13:58:08 +0000 (15:58 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 7 Apr 2013 12:22:37 +0000 (14:22 +0200)
commita88e5cbf7427ac776ba40a69b06cf53201c5897f
treece504035586cc86934e56b2616d4cae783d48ae5
parent72aee2a9c5cec177add566b597006e3b19656072
Fix bug #8370: crash when searching for next change

Cursor::backwardPos() may enter in a nested inset, while CursorSlice::backwardPos() will not.
src/lyxfind.cpp