mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 08:49:38 +02:00
LCL: Do not set "Text" property to the name of the component when adding TCustomControlFilterEdit descendants in the Designer. Merge request !418.
This commit is contained in:
parent
a39d8996ff
commit
ae3b05a6bd
@ -1181,6 +1181,7 @@ end;
|
||||
constructor TCustomControlFilterEdit.Create(AOwner: TComponent);
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
ControlStyle := ControlStyle - [csSetCaption];
|
||||
CharCase:=ecLowerCase;
|
||||
Button.Enabled:=False;
|
||||
fFilterOptions:=[];
|
||||
|
Loading…
Reference in New Issue
Block a user