mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
fitcursor in r37929 was not enough for side scrolling tables
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37938 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
89bf17bfec
commit
571b779b23
@ -4006,7 +4006,7 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
else
|
||||
cur.dispatched();
|
||||
|
||||
cur.screenUpdateFlags(Update::FitCursor);
|
||||
cur.screenUpdateFlags(Update::Force | Update::FitCursor);
|
||||
break;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user