Browse Source

design: hide tfresnelform.style property in OI

mattias 2 years ago
parent
commit
f631d879a5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      design/fresnel.register.pas

+ 1 - 0
design/fresnel.register.pas

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