mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 03:00:24 +02:00
disabled graphics in designer
git-svn-id: trunk@4309 -
This commit is contained in:
parent
b3a9406869
commit
cc22fe9773
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user