]> git.lyx.org Git - lyx.git/blobdiff - src/ServerSocket.cpp
- Coding style
[lyx.git] / src / ServerSocket.cpp
index 9b19a57315ae8a117363ea243c2c4e0d6e6ad1a2..7940b7fc3886d2e3c5017c8c9894da437f237e32 100644 (file)
@@ -143,6 +143,7 @@ void ServerSocket::dataCallback(int fd)
                        string const cmd = line.substr(pos + 1);
                        DispatchResult dr;
                        theApp()->dispatch(lyxaction.lookupFunc(cmd), dr);
+                       theApp()->dispatch(FuncRequest(LFUN_PARAGRAPH_UPDATE));
                        string const rval = to_utf8(dr.message());
                        if (dr.error())
                                client->writeln("ERROR:" + cmd + ':' + rval);