LCL: Do not set "Text" property to the name of the component when adding TCustomControlFilterEdit descendants in the Designer. Merge request .

This commit is contained in:
n7800 2025-01-06 20:15:05 +05:00 committed by Juha
parent a39d8996ff
commit ae3b05a6bd

View File

@ -1181,6 +1181,7 @@ end;
constructor TCustomControlFilterEdit.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
ControlStyle := ControlStyle - [csSetCaption];
CharCase:=ecLowerCase;
Button.Enabled:=False;
fFilterOptions:=[];