From 961ed635515a346a4395b4abf29675e121ddd8ab Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 18 Nov 2014 15:53:51 +0000 Subject: 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 --- svx/source/svdraw/svdview.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'svx') 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: -- cgit v1.2.3