Converter: add Self parameter to RecreateWnd call in converted code.

git-svn-id: trunk@42887 -
This commit is contained in:
juha 2013-09-19 19:40:51 +00:00
parent 0a0a90e99b
commit 0b0e7eb4b0

View File

@ -621,6 +621,7 @@ begin
Categ:='Other';
AddDefaultCategory(Categ);
AddFunc(Categ, 'Ptr','Pointer($1)' ,'','');
AddFunc(Categ, 'RecreateWnd','RecreateWnd(Self)' ,'LCL', 'Controls');
end;
end;