[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sw/source
Andras Timar
andras.timar at collabora.com
Thu Oct 30 06:41:41 PDT 2014
sw/source/core/uibase/docvw/edtwin.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 353dff99da15e1dfac96781b4fd472e4ba523bb8
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Oct 28 12:13:55 2014 +0100
fdo#37960 fix shift+click to select multiple drawings
I simply didn't get the logic behind calling GotoNextFly(). It caused
not only this bug. For example Ctrl+click on a background text frame
did not select the text frame, but an image on the previous page.
Change-Id: I85ccbbda2f324de55417d6199b4abe79e59bf295
Reviewed-on: https://gerrit.libreoffice.org/12132
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/sw/source/core/uibase/docvw/edtwin.cxx b/sw/source/core/uibase/docvw/edtwin.cxx
index e35b688..f78b2fe 100644
--- a/sw/source/core/uibase/docvw/edtwin.cxx
+++ b/sw/source/core/uibase/docvw/edtwin.cxx
@@ -3664,8 +3664,6 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
rSh.IsObjSelectable( aDocPos ) ) && !lcl_urlOverBackground( rSh, aDocPos ) )
{
SwMvContext aMvContext( &rSh );
- if( !rSh.IsFrmSelected() )
- rSh.GotoNextFly();
rSh.EnterSelFrmMode();
bCallBase = false;
}
More information about the Libreoffice-commits
mailing list