summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/drwbassh.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sw/source/uibase/shells/drwbassh.cxx b/sw/source/uibase/shells/drwbassh.cxx
index 766ca0ae81bb..71c66a046e7d 100644
--- a/sw/source/uibase/shells/drwbassh.cxx
+++ b/sw/source/uibase/shells/drwbassh.cxx
@@ -374,6 +374,8 @@ void SwDrawBaseShell::Execute(SfxRequest const &rReq)
{
bDone = true;
+ const Point aPt = pSh->GetObjRect().TopLeft(); // tdf#150589
+
if( GetView().IsDrawRotate() )
{
pSh->SetDragMode( SdrDragMode::Move );
@@ -399,8 +401,10 @@ void SwDrawBaseShell::Execute(SfxRequest const &rReq)
if (pSh->IsSelFrameMode())
{
pSh->LeaveSelFrameMode();
- // #105852# FME
+ // #105852# FME <- perhaps fixed by tdf#150589
+ static_cast<SwEditShell*>(pSh)->SetCursor(aPt);
}
+
}
break;