diff options
author | Mark Hung <marklh9@gmail.com> | 2017-12-12 23:40:57 +0800 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-12-15 09:01:10 +0100 |
commit | 98de1ed2e2c49ea52f398f666aef7480b60e4e3c (patch) | |
tree | c2f6050705635dc865b380dcc22620cd834b63b4 /svx | |
parent | ba81ac19b7aec4fd7f07fcec9f6ea6f85d9aaa24 (diff) |
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@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdoedge.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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); |