소스 검색

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;