summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-18 15:53:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-18 15:55:09 +0000
commit961ed635515a346a4395b4abf29675e121ddd8ab (patch)
tree2524b9bb9333316dd38e3d01a5b809dca064f45e /svx
parentb0edae7879175dde107518ece3683a077039882f (diff)
show pointer_move arrow when passing over an object boundary
which removes the guessing you have to do when trying to find the edge of a pres_obj in impress after text has been filled in and there is no visible border anymore Change-Id: I470caec90cdeaa681da70f8ec3044c1d6d232a82
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdview.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index 784d1e834339..3e955521c99a 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -1011,6 +1011,7 @@ Pointer SdrView::GetPreferredPointer(const Point& rMousePos, const OutputDevice*
case SDREVENT_BEGCREATEOBJ:
return aAktCreatePointer;
case SDREVENT_MARKOBJ:
+ return Pointer(POINTER_MOVE);
case SDREVENT_BEGMARK:
return Pointer(POINTER_ARROW);
case SDREVENT_MARKPOINT: