summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-10-28 12:13:55 +0100
committerAndras Timar <andras.timar@collabora.com>2014-10-28 16:46:05 +0100
commit5f447bb0156322c542649809e1f8ec1db2f22e7d (patch)
tree17fcd3322e471646a07c8ff883c18c4e834ad391
parente9566f27c8b8bab822888c285abec06b58432358 (diff)
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
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 38e4232250c2..d60fcfac234f 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;
}