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:
Edwin Leuven 2011-03-15 18:43:09 +00:00
parent 89bf17bfec
commit 571b779b23

View File

@ -4006,7 +4006,7 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd)
else else
cur.dispatched(); cur.dispatched();
cur.screenUpdateFlags(Update::FitCursor); cur.screenUpdateFlags(Update::Force | Update::FitCursor);
break; break;
} }