diff --git a/workflow/engine/templates/bpmn/EventEmptyStart.js b/workflow/engine/templates/bpmn/EventEmptyStart.js index 149f9adfb..7cacc69e2 100755 --- a/workflow/engine/templates/bpmn/EventEmptyStart.js +++ b/workflow/engine/templates/bpmn/EventEmptyStart.js @@ -9,15 +9,13 @@ this.stroke=2; if(typeof workflow.zoomfactor == 'undefined') workflow.zoomfactor = 1; //Set the Task Limitation - if(typeof this.limitFlag == 'undefined' || this.limitFlag == false) - { + if(typeof this.limitFlag == 'undefined' || this.limitFlag == false) { this.originalWidth = 30; this.originalHeight = 30; this.orgXPos = this.getX(); this.orgYPos = this.getY(); this.orgFontSize =this.fontSize; } - this.width = this.originalWidth * workflow.zoomfactor; this.height = this.originalHeight * workflow.zoomfactor; diff --git a/workflow/engine/templates/bpmn/MyWorkflow.js b/workflow/engine/templates/bpmn/MyWorkflow.js index 0daa28c4e..f103eb466 100755 --- a/workflow/engine/templates/bpmn/MyWorkflow.js +++ b/workflow/engine/templates/bpmn/MyWorkflow.js @@ -1854,11 +1854,7 @@ MyWorkflow.prototype.zoom = function(sType) for(f = 0;f