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

文本 toData补充参数

YaolongHan преди 4 години
родител
ревизия
9889a83dfc
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      persagy-web-edit/src/items/SBaseTextEdit.ts

+ 1 - 0
persagy-web-edit/src/items/SBaseTextEdit.ts

@@ -389,6 +389,7 @@ export class SBaseTextEdit extends SGraphEdit {
         this.data.style.default.text = this.text;
         this.data.style.default.color = this.color.value;
         this.data.style.default.font = this.font.size;
+        this.data.style.default.lineWidth = this.lineWidth;
         this.data.style.default.backgroundColor = this.backgroundColor.value;
         return this.data;
     }