2
0
Эх сурвалжийг харах

dsgn: TStylePropEditDialog: fixed marking modified

mattias 2 жил өмнө
parent
commit
4a7e20152e

+ 1 - 0
design/fresnel.stylepropedit.pas

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