summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-17 13:53:49 +0200
committerPetr Mladek <pmladek@suse.cz>2012-07-24 11:19:25 +0200
commit69c56d4a4b82a0caed34373e3a574602b35aa62d (patch)
tree2acbd20c72e7097768a6fad26e147a63d6f2e060 /svx
parent59205e8d8136eeb5a2648b2fb39d747ebfdb19de (diff)
fdo#44534 invalidate bound rect after drag&drop
Change-Id: Ie3319870ae26e9e2cac32641a33be62e4e020c02 (cherry picked from commit b480f91968a3df16a655585fba494425aea725dc) Signed-off-by: Caolán McNamara <caolanm@redhat.com> Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Signed-off-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'svx')
-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.