From a597ad999e6181507048a7b037f7db33063129c4 Mon Sep 17 00:00:00 2001 From: "Dmitry.Vikulov" <Dmitry.Vikulov@OnlyOffice.com> Date: Tue, 5 Nov 2013 10:09:50 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=2022076=20-=20[CoEdit]=20=D0=9D=D0=B5?= =?UTF-8?q?=20=D0=BF=D0=B5=D1=80=D0=B5=D1=85=D0=BE=D0=B4=D0=B8=D1=82=20?= =?UTF-8?q?=D1=86=D0=B2=D0=B5=D1=82=D0=BE=D0=B2=D0=B0=D1=8F=20=D1=81=D1=85?= =?UTF-8?q?=D0=B5=D0=BC=D0=B0=20=D0=BC=D0=B5=D0=B6=D0=B4=D1=83=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8F?= =?UTF-8?q?=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51707 954022d7-b5bf-4e40-9824-e11837661b57 --- Common/Charts/DrawingObjects.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Common/Charts/DrawingObjects.js b/Common/Charts/DrawingObjects.js index 508ba2075..37412288d 100644 --- a/Common/Charts/DrawingObjects.js +++ b/Common/Charts/DrawingObjects.js @@ -1530,8 +1530,10 @@ asc_CChartSeria.prototype = { asc_getOutlineColor: function() { return this.OutlineColor; }, asc_setOutlineColor: function(color) { - if ( color instanceof CUniColor ) + if ( color instanceof CUniColor ) { this.OutlineColor = color.createDuplicate(); + this.OutlineColor.isCustom = color.isCustom; + } }, asc_getFormatCode: function() { return this.FormatCode; }, -- 2.30.9