mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 08:19:18 +02:00
IDE: propedits: TFileFilterPropertyEditorForm must be created by CreateNew()
git-svn-id: trunk@29423 -
This commit is contained in:
parent
78e92fd32f
commit
3995319145
@ -4967,7 +4967,7 @@ constructor TFileFilterPropertyEditorForm.Create(AOwner: TComponent);
|
||||
var
|
||||
BtnPanel: TPanel;
|
||||
begin
|
||||
inherited Create(AOwner);
|
||||
inherited CreateNew(AOwner, 1);
|
||||
Caption:=peFilterEditor;
|
||||
Height:=295;
|
||||
Width:=417;
|
||||
|
Loading…
Reference in New Issue
Block a user