Commit b73a4a33 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35300

parent 2ce41c20
...@@ -110,9 +110,12 @@ StartAddNewShape.prototype = ...@@ -110,9 +110,12 @@ StartAddNewShape.prototype =
this.drawingObjects.connector = oObject; this.drawingObjects.connector = oObject;
} }
if(this.drawingObjects.connector !== this.oldConnector){ if(this.drawingObjects.connector !== this.oldConnector){
this.oldConnector = this.drawingObjects.connector;
this.drawingObjects.updateOverlay(); this.drawingObjects.updateOverlay();
} }
this.oldConnector = this.drawingObjects.connector; else{
this.oldConnector = this.drawingObjects.connector;
}
} }
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment