Sfoglia il codice sorgente

design: hide tfresnelform.style property in OI

mattias 2 anni fa
parent
commit
f631d879a5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 }