Browse Source

design: hide tfresnelform.style property in OI

mattias 2 năm trước cách đây
mục cha
commit
f631d879a5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      design/fresnel.register.pas

+ 1 - 0
design/fresnel.register.pas

@@ -90,6 +90,7 @@ begin
                                 FileDescGroupName);
 
   RegisterPropertyEditor(TypeInfo(String), TFresnelElement, 'Style', TFresnelStylePropertyEditor);
+  RegisterPropertyEditor(TypeInfo(String), TCustomFresnelForm, 'Style', THiddenPropertyEditor);
 end;
 
 { TFresnelFormMediator }