svx/source/svdraw/svdoedge.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 69c56d4a4b82a0caed34373e3a574602b35aa62d
Author: David Tardon <[email protected]>
Date:   Tue Jul 17 13:53:49 2012 +0200

    fdo#44534 invalidate bound rect after drag&drop
    
    Change-Id: Ie3319870ae26e9e2cac32641a33be62e4e020c02
    (cherry picked from commit b480f91968a3df16a655585fba494425aea725dc)
    
    Signed-off-by: Caolán McNamara <[email protected]>
    Signed-off-by: Stephan Bergmann <[email protected]>
    Signed-off-by: Petr Mladek <[email protected]>

diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index 4312ae4..ddfd82d 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.
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to