mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 23:00:15 +02:00
- removed third argument in calls of FinishComponentCreate
git-svn-id: trunk@10877 -
This commit is contained in:
parent
eafe2a1c03
commit
2ba157cdd9
@ -208,12 +208,10 @@ var
|
||||
ParentForm: TCustomForm;
|
||||
CompStyle : Longint;
|
||||
DoFinishComp,
|
||||
SetupProps : Boolean;
|
||||
ACustomForm: TCustomForm;
|
||||
begin
|
||||
P := nil;
|
||||
DoFinishComp := True;
|
||||
SetupProps := False;
|
||||
|
||||
CompStyle := GetCompStyle(Sender);
|
||||
//Caption := GetCaption(Sender);
|
||||
@ -288,7 +286,7 @@ begin
|
||||
gnome_widget_add_help(Pointer(Handle), nil);
|
||||
|
||||
If DoFinishComp then
|
||||
FinishComponentCreate(Sender, P, SetupProps);
|
||||
FinishComponentCreate(Sender, P);
|
||||
|
||||
Result:=THandle(P);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user