disabled graphics in designer

git-svn-id: trunk@4309 -
This commit is contained in:
mattias 2003-06-24 16:02:44 +00:00
parent b3a9406869
commit cc22fe9773

View File

@ -402,7 +402,8 @@ end;
function TGraphicPropertyEditor.GetAttributes: TPropertyAttributes;
begin
Result := [paDialog, paRevertable, paReadOnly];
// graphic streaming is not yet implemented, so the paDialog is deactivated
Result := [{paDialog, }paRevertable, paReadOnly];
end;
{ TPicturePropertyEditor }