Browse Source

dsgn: TStylePropEditDialog: fixed marking modified

mattias 2 năm trước cách đây
mục cha
commit
4a7e20152e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;