[Libreoffice-commits] online.git: loolwsd/LOOLSession.cpp

Henry Castro hcastro at collabora.com
Sun May 24 21:53:48 PDT 2015


 loolwsd/LOOLSession.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d33d1afcf35cda8f65ad8c674fa1875305976cf6
Author: Henry Castro <hcastro at collabora.com>
Date:   Mon May 25 00:40:08 2015 -0400

    Added missing rectangle to invalidate cursor.

diff --git a/loolwsd/LOOLSession.cpp b/loolwsd/LOOLSession.cpp
index 8551894..b93cba5 100644
--- a/loolwsd/LOOLSession.cpp
+++ b/loolwsd/LOOLSession.cpp
@@ -690,7 +690,7 @@ extern "C"
             srv->sendTextFrame("invalidatetiles: " + std::string(pPayload));
             break;
         case LOK_CALLBACK_INVALIDATE_VISIBLE_CURSOR:
-            srv->sendTextFrame("invalidatecursor:");
+            srv->sendTextFrame("invalidatecursor: " + std::string(pPayload));
             break;
         case LOK_CALLBACK_TEXT_SELECTION:
             srv->sendTextFrame("textselection: " + std::string(pPayload));


More information about the Libreoffice-commits mailing list