mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 18:21:22 +02:00
* Don't use C-style assignments
git-svn-id: trunk@19141 -
This commit is contained in:
parent
7f68d3bce3
commit
08b05a7399
@ -4388,7 +4388,7 @@ function TPersistentPropertyEditor.GetAttributes: TPropertyAttributes;
|
||||
begin
|
||||
Result := [paMultiSelect];
|
||||
if Assigned(GetPropInfo^.SetProc) then
|
||||
Result += [paValueList, paSortList, paRevertable, paVolatileSubProperties]
|
||||
Result := Result + [paValueList, paSortList, paRevertable, paVolatileSubProperties]
|
||||
else
|
||||
Result := Result + [paReadOnly];
|
||||
if GReferenceExpandable and (GetPersistentReference <> nil) and AllEqual then
|
||||
|
Loading…
Reference in New Issue
Block a user