Commit 3d005d56 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix bug with labels in charts with layout

parent deeaae2a
This diff is collapsed.
...@@ -2607,6 +2607,8 @@ CShape.prototype.recalculateLocalTransform = function(transform) ...@@ -2607,6 +2607,8 @@ CShape.prototype.recalculateLocalTransform = function(transform)
var oParaDrawing = getParaDrawing(this); var oParaDrawing = getParaDrawing(this);
if(oParaDrawing) if(oParaDrawing)
{ {
this.x = 0;
this.y = 0;
if(oParaDrawing.SizeRelH || oParaDrawing.SizeRelV) if(oParaDrawing.SizeRelH || oParaDrawing.SizeRelV)
{ {
this.m_oSectPr = null; this.m_oSectPr = null;
......
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