瀏覽代碼

dsgn: TStylePropEditDialog: fixed marking modified

mattias 1 年之前
父節點
當前提交
4a7e20152e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      design/fresnel.stylepropedit.pas

+ 1 - 0
design/fresnel.stylepropedit.pas

@@ -155,6 +155,7 @@ begin
   begin
     aList := TStrings(Editor.GetObjectValue);
     aList.Text:=AString;
+    Editor.Modified;
   end;
 end;