]> 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>
Mon, 8 Apr 2013 07:44:16 +0000 (09:44 +0200)
commitd4b960c5f49ceff926e7d4d4d5864bfb796d69d6
tree2ef71559575447d5c3ce7f4c51e913bf0b8c5b57
parentd98004e1ac5d553d013a7fd193499db80068e006
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
status.20x