sw/source/uibase/docvw/edtwin.cxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 7af38dd4fdaff8ae2ca12e2fe7e2319bcc6bdeba Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Thu Sep 5 12:12:32 2019 +0200 Commit: Tomaž Vajngerl <qui...@gmail.com> CommitDate: Thu Sep 5 16:56:43 2019 +0200 lok: Don't send any cursor changes for table in Writer As the table column and row resize and select when using it over LOKit, are using the markers and the mouse border changes weren't working at all, we can safely turn the mouse cursor changes off. Change-Id: I4c898da1db39c91a9178115dcd1e0c43eb7c36bf Reviewed-on: https://gerrit.libreoffice.org/78644 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index 214a90c26e9c..9970b8e48fcf 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -3732,6 +3732,9 @@ bool SwEditWin::changeMousePointer(Point const & rDocPoint) { SwWrtShell & rShell = m_rView.GetWrtShell(); + if (comphelper::LibreOfficeKit::isActive()) + return false; + SwTab nMouseTabCol; if ( SwTab::COL_NONE != (nMouseTabCol = rShell.WhichMouseTabCol( rDocPoint ) ) && !rShell.IsObjSelectable( rDocPoint ) ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits