[Libreoffice-commits] core.git: svx/source
Caolán McNamara
caolanm at redhat.com
Tue Nov 18 07:55:43 PST 2014
svx/source/svdraw/svdview.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 961ed635515a346a4395b4abf29675e121ddd8ab
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Nov 18 15:53:51 2014 +0000
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
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index 784d1e8..3e95552 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:
More information about the Libreoffice-commits
mailing list