sw/source/core/crsr/crsrsh.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e12875b3e442d66e4bc49304987f07e2db5a171c
Author: Mohit Marathe <[email protected]>
AuthorDate: Thu Sep 4 10:45:15 2025 +0530
Commit: Szymon Kłos <[email protected]>
CommitDate: Thu Sep 4 16:05:01 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]>
diff --git a/sw/source/core/crsr/crsrsh.cxx b/sw/source/core/crsr/crsrsh.cxx
index 958ad2c26211..dd3604dcc9d7 100644
--- a/sw/source/core/crsr/crsrsh.cxx
+++ b/sw/source/core/crsr/crsrsh.cxx
@@ -2146,6 +2146,8 @@ void SwCursorShell::UpdateCursor( sal_uInt16 eFlags, bool
bIdleEnd )
if (Imp()->IsAccessible() && m_bSendAccessibleCursorEvents)
Imp()->InvalidateAccessibleCursorPosition( pTableFrame );
#endif
+ if (comphelper::LibreOfficeKit::isActive())
+ sendLOKCursorUpdates();
return;
}
}