]> git.lyx.org Git - features.git/blobdiff - src/lyxfunc.C
Immediate rendering of buffer change for one or multiple LyXView.
[features.git] / src / lyxfunc.C
index 1ff7b537544c90f421cb00b610c80e488232fe48..2e24f7f1563753185095d833bb5556af8d9389ac 100644 (file)
@@ -1606,7 +1606,8 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
                        else if (update)
                                view()->update(Update::FitCursor);
 
-                       lyx_view_->redrawWorkArea();
+                       view()->buffer()->changed();
+                       lyx_view_->updateStatusBar();
 
                        // if we executed a mutating lfun, mark the buffer as dirty
                        if (flag.enabled()