[Libreoffice-commits] core.git: svx/source
Mark Hung
marklh9 at gmail.com
Fri Dec 15 08:04:55 UTC 2017
svx/source/svdraw/svdoedge.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 98de1ed2e2c49ea52f398f666aef7480b60e4e3c
Author: Mark Hung <marklh9 at gmail.com>
Date: Tue Dec 12 23:40:57 2017 +0800
tdf#51188: notify that geometry has changed when dragging the connector.
Change-Id: I7b7cb7719c9c735eeb4f964b1ae6ce6819186aed
Reviewed-on: https://gerrit.libreoffice.org/46319
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index f81c1b3d5710..02ef84946b31 100644
--- a/svx/source/svdraw/svdoedge.cxx
+++ b/svx/source/svdraw/svdoedge.cxx
@@ -1854,6 +1854,8 @@ bool SdrEdgeObj::applySpecialDrag(SdrDragStat& rDragStat)
const bool bDragA(0 == rDragStat.GetHdl()->GetPointNum());
const Point aPointNow(rDragStat.GetNow());
+ rDragStat.SetEndDragChangesGeoAndAttributes(true);
+
if(rDragStat.GetPageView())
{
SdrObjConnection* pDraggedOne(bDragA ? &aCon1 : &aCon2);
More information about the Libreoffice-commits
mailing list