Kaydet (Commit) 31ba2a6b authored tarafından Martin van Zijl's avatar Martin van Zijl Kaydeden (comit) Samuel Mehrbrodt

tdf#41202 allow decrease selection with shift-click in writer

Change-Id: Ic9522af1d3f41188f6feb31e68737fba83b3c6d4
Reviewed-on: https://gerrit.libreoffice.org/64995
Tested-by: Jenkins
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst a7082e56
......@@ -3625,11 +3625,9 @@ void SwEditWin::MouseButtonDown(const MouseEvent& _rMEvt)
if( !bOverSelect )
bOverURLGrf = bOverSelect = nullptr != rSh.IsURLGrfAtPos( aDocPos );
if ( !bOverSelect )
{
MoveCursor( rSh, aDocPos, bOnlyText, bLockView );
bCallBase = false;
}
if (!bOverURLGrf && !bExecDrawTextLink && !bOnlyText)
{
const SelectionType nSelType = rSh.GetSelectionType();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment