]> git.lyx.org Git - lyx.git/blobdiff - src/LyXFunc.cpp
typo
[lyx.git] / src / LyXFunc.cpp
index 34af99954ace5001a0caccc66a2481447e7d138e..5fb648e05142531e7dd13e86c372a02e6e3c7f01 100644 (file)
@@ -748,6 +748,8 @@ void LyXFunc::dispatch(FuncRequest const & cmd)
                       << lyxaction.getActionName(action)
                       << " [" << action << "] is disabled at this location");
                setErrorMessage(flag.message());
+               if (lyx_view_)
+                       lyx_view_->restartCursor();
        } else {
                switch (action) {