IdeIntf: Fix TPropertyEditor.AutoFill. Issue #34560, patch by BrunoK.

This commit is contained in:
Juha 2021-11-25 00:50:02 +02:00
parent c9ea96d637
commit 4d585393be

View File

@ -2764,7 +2764,7 @@ end;
function TPropertyEditor.AutoFill:Boolean;
begin
Result:=True;
Result:=paValueList in GetAttributes;
end;
function TPropertyEditor.CallStoredFunction: Boolean;