[Libreoffice-commits] core.git: sw/source

Andras Timar andras.timar at collabora.com
Tue Oct 28 08:47:07 PDT 2014


 sw/source/uibase/docvw/edtwin.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 5f447bb0156322c542649809e1f8ec1db2f22e7d
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

diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 38e4232..d60fcfa 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -3698,8 +3698,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