Commit 8fcc0db8 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 28880 - Сбрасываются значения Arrow Begin Style\Size после переоткрытия Shape Advanced Settings

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61577 954022d7-b5bf-4e40-9824-e11837661b57
parent 28c45fab
......@@ -2944,7 +2944,7 @@ function CreateAscStroke(ln, _canChangeArrows)
if (ln.headEnd != null)
{
ret.asc_getLinebeginstyle((ln.headEnd.type == null) ? LineEndType.None : ln.headEnd.type);
ret.asc_putLinebeginstyle((ln.headEnd.type == null) ? LineEndType.None : ln.headEnd.type);
var _len = (null == ln.headEnd.len) ? 1 : (2 - ln.headEnd.len);
var _w = (null == ln.headEnd.w) ? 1 : (2 - ln.headEnd.w);
......
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