Commit 4516f588 authored by Sergey Luzyanin's avatar Sergey Luzyanin

Don't rewrite size charts after changing view3d

parent 5552f389
......@@ -716,7 +716,7 @@ RotateState.prototype =
bounds = aBounds[i];
this.drawingObjects.arrTrackObjects[i].trackEnd(true);
var original = aDrawings[i];
if(!bMoveState)
if(!bMoveState && !this.drawingObjects.arrTrackObjects[i].view3D)
{
original.CheckWH();
}
......
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