Преглед на файлове

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 => {