mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 11:49:55 +02:00
IdeIntf: Fix TPropertyEditor.AutoFill. Issue #34560, patch by BrunoK.
This commit is contained in:
parent
c9ea96d637
commit
4d585393be
@ -2764,7 +2764,7 @@ end;
|
||||
|
||||
function TPropertyEditor.AutoFill:Boolean;
|
||||
begin
|
||||
Result:=True;
|
||||
Result:=paValueList in GetAttributes;
|
||||
end;
|
||||
|
||||
function TPropertyEditor.CallStoredFunction: Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user