summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-11 16:22:19 +0100
committerEike Rathke <erack@redhat.com>2016-07-11 18:41:26 +0000
commit9bf8a970176b16d6bbd00199fd1d9ba6e73b35b5 (patch)
tree0cd9ab071a830688ce781d5db2806b0c2691500a
parent8c319b414ed7b4f9a67077f4b1497dc8975536bc (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. (cherry picked from commit 829dc5ddc53bf0c8e371dd5dd32a7edbf24cdbbf) Change-Id: I08838aee18a31fee2f7c50eb63bff01714429e62 Reviewed-on: https://gerrit.libreoffice.org/27118 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r--sc/source/ui/view/tabvwsh3.cxx2
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 );
}
}