[Libreoffice-commits] .: svx/source

Jan Holesovsky kendy at kemper.freedesktop.org
Wed Nov 2 07:59:03 PDT 2011


 svx/source/svdraw/svdmrkv.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2ab818f8e9822ff027ad6c90e7b6fb1f4c089f9f
Author: Ivan Timofeev <timofeev.i.s at gmail.com>
Date:   Wed Nov 2 15:55:28 2011 +0100

    Fix i#89051: Move the point you've just inserted, not the previous one.

diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index becc523..9dd2e62 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -802,12 +802,12 @@ void SdrMarkView::SetMarkHandles()
         // Drehpunkt/Spiegelachse
         AddDragModeHdl(eDragMode);
 
-        // add custom handles (used by other apps, e.g. AnchorPos)
-        AddCustomHdl();
-
         // sort handles
         aHdl.Sort();
 
+        // add custom handles (used by other apps, e.g. AnchorPos)
+        AddCustomHdl();
+
         // #105722# try to restore focus handle index from remembered values
         if(bSaveOldFocus)
         {


More information about the Libreoffice-commits mailing list