Explorar el Código

dsgn: TStylePropEditDialog: fixed marking modified

mattias hace 1 año
padre
commit
4a7e20152e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;