fixing freemind layout with import

This commit is contained in:
Pablo Luna
2011-04-16 14:18:33 +01:00
parent 776e216e50
commit 4e746833ae
29 changed files with 145 additions and 89 deletions

View File

@@ -84,7 +84,7 @@ mindplot.RelationshipLine.prototype.redraw = function()
line2d.setFrom(sPos.x, sPos.y);
line2d.setTo(tPos.x, tPos.y);
line2d.moveToBack();
line2d.moveToFront();
//Positionate Arrows
this._positionateArrows();