Explorar el Código

design: hide tfresnelform.style property in OI

mattias hace 2 años
padre
commit
f631d879a5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 }