sw/source/core/crsr/crsrsh.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 484cca3bfa651247aff235606b67c97883bf047a
Author: Mohit Marathe <[email protected]>
AuthorDate: Thu Sep 4 10:45:15 2025 +0530
Commit: Mohit Marathe <[email protected]>
CommitDate: Wed Sep 24 13:39:41 2025 +0200
sw: send cursor updates to LOK even while table cells are selected
Signed-off-by: Mohit Marathe <[email protected]>
Change-Id: I6f37c22924b3ccf298575aa0e9d0dd291ea54831
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190572
Reviewed-by: Szymon Kłos <[email protected]>
Tested-by: Jenkins CollaboraOffice <[email protected]>
(cherry picked from commit e12875b3e442d66e4bc49304987f07e2db5a171c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/191427
Tested-by: Jenkins
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 0c77b05b6762..b84d6376fff1 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -2170,6 +2170,8 @@ void SwCursorShell::UpdateCursor( sal_uInt16 eFlags, bool
bIdleEnd, ScrollSizeMo
if (Imp()->IsAccessible() && m_bSendAccessibleCursorEvents)
Imp()->InvalidateAccessibleCursorPosition( pTableFrame );
#endif
+ if (comphelper::LibreOfficeKit::isActive())
+ sendLOKCursorUpdates();
return;
}
}