[Libreoffice-commits] core.git: sc/source

Sahasranaman M S sahasr at naman.ms
Mon Jan 11 07:53:13 PST 2016


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

New commits:
commit 08f6107edf3021c31571769e45f7c4b5267d6924
Author: Sahasranaman M S <sahasr at naman.ms>
Date:   Wed Nov 4 16:00:49 2015 +0530

    tdf#46637 - Make partially visible cells fully visible on mouse click
    
    Change-Id: If6f74d968025dd21ee1d1c4bb52df5ffe2002905
    Reviewed-on: https://gerrit.libreoffice.org/19780
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: jan iversen <jani at documentfoundation.org>

diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx
index 068b7fe..606755a 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_NONE, false, false );
+                                SC_FOLLOW_LINE, false, false );
                         }
                     }
 


More information about the Libreoffice-commits mailing list