Worked on saving gateways position

This commit is contained in:
girish
2011-01-03 14:44:56 +00:00
parent 99e5f70665
commit 8ed242270d

View File

@@ -2197,8 +2197,8 @@ MyWorkflow.prototype.zoom = function(sType)
if(sType == 'in' && fig.type != 'bpmnAnnotation')
{
// fig.setPosition(xPos+fig.diffX*2,yPos+fig.diffY*2);
alert(fig.diffX);
alert(fig.diffY);
//alert(fig.diffX);
// alert(fig.diffY);
}
//else if(sType == 'out' && !fig.type.match(/Event/))
//fig.setPosition(xPos,yPos - 10);