mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 00:28:18 +02:00
Converter: add Self parameter to RecreateWnd call in converted code.
git-svn-id: trunk@42887 -
This commit is contained in:
parent
0a0a90e99b
commit
0b0e7eb4b0
@ -621,6 +621,7 @@ begin
|
||||
Categ:='Other';
|
||||
AddDefaultCategory(Categ);
|
||||
AddFunc(Categ, 'Ptr','Pointer($1)' ,'','');
|
||||
AddFunc(Categ, 'RecreateWnd','RecreateWnd(Self)' ,'LCL', 'Controls');
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user