update when cursor leaves screen while navigating large tables using the arrows

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37929 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2011-03-15 08:54:46 +00:00
parent fd1f71be2d
commit 9d4678b663

View File

@ -4005,6 +4005,8 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd)
cmd = FuncRequest(finish_lfun);
else
cur.dispatched();
cur.screenUpdateFlags(Update::FitCursor);
break;
}
@ -4041,6 +4043,7 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd)
cur.setCurrentFont();
return;
}
cur.screenUpdateFlags(Update::FitCursor);
break;
case LFUN_UP_SELECT:
@ -4074,6 +4077,7 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd)
cur.setCurrentFont();
return;
}
cur.screenUpdateFlags(Update::FitCursor);
break;
// case LFUN_SCREEN_DOWN: {