Commit c330e986 authored by konovalovsergey's avatar konovalovsergey

crash _setFontProperty "name"

parent 6a0f768e
......@@ -2547,7 +2547,7 @@ StyleManager.prototype =
},
setFontname : function(oItemWithXfs, val)
{
return this._setFontProperty(oItemWithXfs, val, Font.prototype.getName, function(val){
return this._setFontProperty(oItemWithXfs, val, "name", Font.prototype.getName, function(val){
this.setName(val);
this.setScheme(null);
}, "name");
......
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