]> git.lyx.org Git - features.git/commit
Fix bug 6055: change-next does not work in tables
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 6 May 2013 10:15:27 +0000 (12:15 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 6 May 2013 10:29:27 +0000 (12:29 +0200)
commit68202fdf44bb37ed61b69f5cab716e088c544752
treebccc0bc41b3127cca941c45b277a1b159e36b0f0
parent1b32a0502e9206813b6b41365848673d8ac70b03
Fix bug 6055: change-next does not work in tables

The problem was just the faulty use of CursorSlice::at_begin/end(), which does not look for end of cell, but end of inset.
src/lyxfind.cpp