Commit 81d3f03e authored by Alexander.Trofimov's avatar Alexander.Trofimov

styles -> __Styles

parent edb20f62
......@@ -7559,7 +7559,7 @@ CStylesPainter.prototype =
_dr_style.Id = i;
this.drawStyle(graphics, _dr_style,
styles.Is_StyleDefault(style.Name) ? AscCommon.translateManager.getValue(style.Name) : style.Name);
__Styles.Is_StyleDefault(style.Name) ? AscCommon.translateManager.getValue(style.Name) : style.Name);
this.docStyles[cur_index] = new AscCommon.CStyleImage(style.Name, AscCommon.c_oAscStyleImage.Document,
_canvas.toDataURL("image/png"), style.uiPriority);
......
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