From: Edwin Leuven Date: Tue, 15 Mar 2011 08:54:46 +0000 (+0000) Subject: update when cursor leaves screen while navigating large tables using the arrows X-Git-Tag: 2.0.0~522 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9d4678b663266185f10c8538f3b422539dad7d92;p=features.git 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 --- diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 948cad58d6..de8a0fc3f8 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -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: {