Author: pfg
Date: Fri Feb 8 16:40:45 2013
New Revision: 1444118
URL: http://svn.apache.org/r1444118
Log:
i89051 - inserting points in polygon not working correctly.
Workaround the issue for now.
Modified:
openoffice/trunk/main/svx/source/svdraw/svdmrkv.cxx
Modified: openoffice/trunk/main/svx/source/svdraw/svdmrkv.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/svdraw/svdmrkv.cxx?rev=1444118&r1=1444117&r2=1444118&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/svdraw/svdmrkv.cxx (original)
+++ openoffice/trunk/main/svx/source/svdraw/svdmrkv.cxx Fri Feb 8 16:40:45 2013
@@ -870,12 +870,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)
{