]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
#7379 avoid the wrap spell check question when buffer is empty
[lyx.git] / src / insets / InsetTabular.cpp
index de8a0fc3f8c3de8d11733007198cab9ae00294bd..c5cc505004cd2723a9d856d6af45baeac221d488 100644 (file)
@@ -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;
 
        }