summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-17 13:53:49 +0200
committerDavid Tardon <dtardon@redhat.com>2012-07-17 14:06:54 +0200
commitb480f91968a3df16a655585fba494425aea725dc (patch)
tree4312f94cd3e595d4f5f53415beb692de3e70b063
parent36649ca7ef74e108dbb536248c255168734a8911 (diff)
fdo#44534 invalidate bound rect after drag&drop
Change-Id: Ie3319870ae26e9e2cac32641a33be62e4e020c02
-rw-r--r--svx/source/svdraw/svdoedge.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index 4312ae4c1136..ddfd82d115eb 100644
--- a/svx/source/svdraw/svdoedge.cxx
+++ b/svx/source/svdraw/svdoedge.cxx
@@ -1919,6 +1919,8 @@ bool SdrEdgeObj::applySpecialDrag(SdrDragStat& rDragStat)
ImpSetEdgeInfoToAttr();
bEdgeTrackUserDefined = false;
+ SetRectsDirty();
+
if(bOriginalEdgeModified && rDragStat.GetView())
{
// hide connect marker helper again when original gets changed.