sc/source/ui/view/tabvwsh3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 9bf8a970176b16d6bbd00199fd1d9ba6e73b35b5 Author: Caolán McNamara <[email protected]> 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 <[email protected]> Reviewed-by: Eike Rathke <[email protected]> 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 ); } }
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
