[Libreoffice-commits] online.git: Branch 'private/Ashod/tileprioritization' - loolwsd/LOOLKit.cpp

Ashod Nakashian ashod.nakashian at collabora.co.uk
Wed Sep 14 22:02:38 UTC 2016


 loolwsd/LOOLKit.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b7c1225f193c5afbd3459b0096cd34460a6552ba
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
Date:   Wed Sep 14 18:02:03 2016 -0400

    loolwsd: remove cursor of unloading views
    
    Change-Id: I4281a5aa101f034007aa227bb18b14eeba806ea0

diff --git a/loolwsd/LOOLKit.cpp b/loolwsd/LOOLKit.cpp
index 0f925a6..e707a79 100644
--- a/loolwsd/LOOLKit.cpp
+++ b/loolwsd/LOOLKit.cpp
@@ -933,6 +933,7 @@ private:
 
         // Broadcast the demise and removal of session.
         notifyOtherSessions(sessionId, "remview: " + std::to_string(session.getViewId()));
+        _tileQueue->removeCursorPosition(session.getViewId());
 
         if (_loKitDocument == nullptr)
         {


More information about the Libreoffice-commits mailing list