mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
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:
parent
fd1f71be2d
commit
9d4678b663
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user