refresing control points when undoing topic move

This commit is contained in:
Pablo Luna
2011-01-20 12:05:42 -03:00
parent a6c066273b
commit 4b8d6a51f3
4 changed files with 13 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ mindplot.RelationshipLine.prototype.redraw = function()
this._refreshSelectedShape();
}
this._focusShape.moveToBack();
this._controlPointsController.redraw();
};
mindplot.RelationshipLine.prototype.addToWorkspace = function(workspace)