]> git.lyx.org Git - lyx.git/commit
Fix crash introduced in my previous commit f6b1c24b
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 17 Jul 2012 20:26:44 +0000 (22:26 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 17 Jul 2012 20:26:44 +0000 (22:26 +0200)
commit6ec1683aeecf701edf5d79f449e2e749e93d4342
treebaf3f2f7059b96605aea1b38bc0ed431681ac570
parente2b42b17265f4a56ad9154cc604457d82bee83e2
Fix crash introduced in my previous commit f6b1c24b

Cursor::fixIfBroken does not do what I thought it did. Lift some code
from StableDocIterator::asDocIterator instead.
src/Cursor.cpp
src/Cursor.h
src/DocIterator.cpp
src/DocIterator.h