[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sc/source

Caolán McNamara caolanm at redhat.com
Mon Jul 11 18:41:46 UTC 2016


 sc/source/ui/view/tabvwsh3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9bf8a970176b16d6bbd00199fd1d9ba6e73b35b5
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jul 11 16:22:19 2016 +0100

    Resolves: tdf#100573 revert original attempt to resolves tdf#46637
    
    Revert "tdf#46637 - Make partially visible cells fully visible on mouse click"
    
    this can be safely backported to 5-2 series as a standalone revert
    
    This reverts commit 08f6107edf3021c31571769e45f7c4b5267d6924.
    
    (cherry picked from commit 829dc5ddc53bf0c8e371dd5dd32a7edbf24cdbbf)
    
    Change-Id: I08838aee18a31fee2f7c50eb63bff01714429e62
    Reviewed-on: https://gerrit.libreoffice.org/27118
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx
index 3a1d101..fd8246e 100644
--- a/sc/source/ui/view/tabvwsh3.cxx
+++ b/sc/source/ui/view/tabvwsh3.cxx
@@ -376,7 +376,7 @@ void ScTabViewShell::Execute( SfxRequest& rReq )
                         if( bUnmark )
                         {
                             MoveCursorAbs( nCol, nRow,
-                                SC_FOLLOW_LINE, false, false );
+                                SC_FOLLOW_NONE, false, false );
                         }
                     }
 


More information about the Libreoffice-commits mailing list