]> git.lyx.org Git - features.git/blobdiff - src/LyXFunc.cpp
* Lazy MathData to avoid unneeded interpretation of macro definitions
[features.git] / src / LyXFunc.cpp
index dfde956fb6230b25ee2549b0119bd02764c21153..61bc51dbc8d15f7f61895f5741500ceacee3bf25 100644 (file)
@@ -1790,7 +1790,7 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
                        if (flag.enabled()
                            && !lyxaction.funcHasFlag(action, LyXAction::NoBuffer)
                            && !lyxaction.funcHasFlag(action, LyXAction::ReadOnly))
-                               lyx_view_->buffer()->markDirty();
+                               lyx_view_->buffer()->markDirty();                       
 
                        //Do we have a selection?
                        theSelection().haveSelection(view()->cursor().selection());