Commit 5b046af5 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35867

parent 7039eda1
...@@ -639,7 +639,7 @@ RotateState.prototype = ...@@ -639,7 +639,7 @@ RotateState.prototype =
aCopies.push(copy); aCopies.push(copy);
tracks[i].originalObject = copy; tracks[i].originalObject = copy;
tracks[i].trackEnd(false, false); tracks[i].trackEnd(false, true);
this.drawingObjects.selectObject(copy, 0); this.drawingObjects.selectObject(copy, 0);
if(!(this.drawingObjects.drawingObjects && this.drawingObjects.drawingObjects.cSld)) if(!(this.drawingObjects.drawingObjects && this.drawingObjects.drawingObjects.cSld))
{ {
...@@ -797,7 +797,7 @@ RotateState.prototype = ...@@ -797,7 +797,7 @@ RotateState.prototype =
function () { function () {
for(i = 0; i < tracks.length; ++i){ for(i = 0; i < tracks.length; ++i){
tracks[i].trackEnd(false, false); tracks[i].trackEnd(false, bFlag);
} }
var oGroupMaps = {}; var oGroupMaps = {};
for(i = 0; i < aConnectors.length; ++i){ for(i = 0; i < aConnectors.length; ++i){
......
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