git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28399 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2009-02-08 14:14:30 +00:00
parent 24cd681863
commit 0730c9235a

View File

@ -525,7 +525,8 @@ bool Cursor::posVisRight(bool skip_inset)
bool moved = (new_cur.pos() != pos()
|| new_cur.pit() != pit()
|| new_cur.boundary() != boundary());
|| new_cur.boundary() != boundary()
|| &new_cur.inset() != &inset());
if (moved) {
LYXERR(Debug::RTL, "moving to: " << new_cur.pos()