Переглянути джерело

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-editer into develop

zhangyu 4 роки тому
батько
коміт
76e723291f
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/lib/items/SZoneLegendItem.ts

+ 1 - 1
src/lib/items/SZoneLegendItem.ts

@@ -146,7 +146,7 @@ export class SZoneLegendItem extends SPolygonItem {
     toData(): any {
         this.data.Pos = {X: this.x, Y: this.y};
         this.data.Name = this.text;
-        this.data.Properties.FillColor = this.FillColor.value;
+        this.data.Properties.FillColor = this.fillColor.value;
         this.data.Properties.StrokeColor = this.strokeColor.value;
         this.data.Properties.LineWidth = this.lineWidth;
         this.data.OutLine = this.getPointList.map(pos => {