[Libreoffice-commits] core.git: Branch 'distro/collabora/co-2021' - sc/source

Henry Castro (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 7 09:50:44 UTC 2021


 sc/source/ui/view/gridwin.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit eb5a3c3e6cd0505dab672a124c53ea71f156c9d3
Author:     Henry Castro <hcastro at collabora.com>
AuthorDate: Thu Jun 24 07:41:14 2021 -0400
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 7 11:50:11 2021 +0200

    lok: sc: apply local mouse tracking only for Calc
    
    Change-Id: I6c3d4c3c59652f20596e32d3f31c5357b7ed61eb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118873
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 7fbbda5decd2..125a5fc48a69 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -440,6 +440,7 @@ ScGridWindow::ScGridWindow( vcl::Window* pParent, ScViewData& rData, ScSplitPos
             OSL_FAIL("GridWindow: wrong position");
     }
 
+    SetUseFrameData(comphelper::LibreOfficeKit::isActive());
     SetBackground();
 
     SetMapMode(mrViewData.GetLogicMode(eWhich));


More information about the Libreoffice-commits mailing list