sw/source/core/crsr/crsrsh.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 2404805e4d3b7af64ca000b90e705e7f97dc9815 Author: Mohit Marathe <mohit.mara...@collabora.com> AuthorDate: Thu Sep 4 10:45:15 2025 +0530 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Fri Sep 5 07:23:36 2025 +0200
sw: send cursor updates to LOK even while table cells are selected Signed-off-by: Mohit Marathe <mohit.mara...@collabora.com> Change-Id: I6f37c22924b3ccf298575aa0e9d0dd291ea54831 (cherry picked from commit e12875b3e442d66e4bc49304987f07e2db5a171c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190593 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> 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; } }