Commit 8a8b68ac authored by Sergey Konovalov's avatar Sergey Konovalov

fix for read num format in dxf

parent ca9a71f2
...@@ -5309,7 +5309,7 @@ ...@@ -5309,7 +5309,7 @@
return oThis.ReadNumFmt(t,l,oNewNumFmt); return oThis.ReadNumFmt(t,l,oNewNumFmt);
}); });
if(null != oNewNumFmt.id) if(null != oNewNumFmt.id)
oDxf.num = this.ParseNum({id: oNewNumFmt.id, f: null}, null); oDxf.num = this.ParseNum(oNewNumFmt, null);
} }
else else
res = c_oSerConstants.ReadUnknown; res = c_oSerConstants.ReadUnknown;
......
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