Commit b5144379 authored by Sergey Luzyanin's avatar Sergey Luzyanin

ApplyLbls

parent 89f3c996
...@@ -10072,7 +10072,8 @@ function ApplyDLblsProps(aPr, oObj, oDrawingDocument, i, baseFills, bCreate){ ...@@ -10072,7 +10072,8 @@ function ApplyDLblsProps(aPr, oObj, oDrawingDocument, i, baseFills, bCreate){
} }
return; return;
} }
if(!bCreate) { //if(!bCreate)
{
if(!oObj.dLbls){ if(!oObj.dLbls){
oObj.setDLbls(new AscFormat.CDLbls()); oObj.setDLbls(new AscFormat.CDLbls());
} }
......
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