]> git.lyx.org Git - lyx.git/blobdiff - src/Server.cpp
* de/UserGuide: some translation work.
[lyx.git] / src / Server.cpp
index ac26b9443e629386a6b1adb041d648dd6e7a5fee..b6ae8d8b1fece30f7e71df4dea4b5213421e9c84 100644 (file)
@@ -1175,6 +1175,7 @@ void Server::callback(string const & msg)
                        FuncRequest const fr(lyxaction.lookupFunc(cmd), arg);
                        DispatchResult dr;
                        theApp()->dispatch(fr, dr);
+                       theApp()->dispatch(FuncRequest(LFUN_PARAGRAPH_UPDATE));
                        string const rval = to_utf8(dr.message());
 
                        // all commands produce an INFO or ERROR message