[Libreoffice-commits] core.git: Branch 'libreoffice-5-2-0' - sc/source
Caolán McNamara
caolanm at redhat.com
Fri Jul 15 15:40:09 UTC 2016
sc/source/ui/view/tabvwsh3.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e58c1e63f7d0e272065e787bd000b11615e9266b
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/27119
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-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