Kaydet (Commit) 98de1ed2 authored tarafından Mark Hung's avatar Mark Hung Kaydeden (comit) Katarina Behrens

tdf#51188: notify that geometry has changed when dragging the connector.

Change-Id: I7b7cb7719c9c735eeb4f964b1ae6ce6819186aed
Reviewed-on: https://gerrit.libreoffice.org/46319Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst ba81ac19
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment