diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-11 16:22:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-11 16:26:20 +0100 |
commit | 829dc5ddc53bf0c8e371dd5dd32a7edbf24cdbbf (patch) | |
tree | 277c7ef5e68033b710ca9770f4b73e9080e8fdfe /sc/source/ui/view/tabvwsh3.cxx | |
parent | a88cfade0878754f98ffe1ed0dbfc7ea17528166 (diff) |
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.
Diffstat (limited to 'sc/source/ui/view/tabvwsh3.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsh3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsh3.cxx b/sc/source/ui/view/tabvwsh3.cxx index 3a1d101fbc68..fd8246ec6e97 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 ); } } |