Commit fb0fa523 authored by SergeyLuzyanin's avatar SergeyLuzyanin

connectors resize

parent 33b45f4c
......@@ -446,6 +446,12 @@ function ResizeTrackShapeImage(originalObject, cardDirection, drawingsController
}
else{
this.oSpPr = null;
this.resizedRot = this.originalObject.rot;
this.geometry = AscFormat.ExecuteNoHistory(function(){
return originalObject.spPr.geometry.createDuplicate();
}, this, []);
this.overlayObject.geometry = this.geometry;
this.resize(kd1, kd2, e.ShiftKey);
}
};
......
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