Procházet zdrojové kódy

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

zhangyu před 4 roky
rodič
revize
76e723291f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 => {