You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-12-13 21:45:55 +02:00
bug fix #68
This commit is contained in:
@@ -82,7 +82,7 @@ end;
|
||||
|
||||
constructor TCefFindHandlerOwn.Create;
|
||||
begin
|
||||
CreateData(SizeOf(TCefFindHandler), False);
|
||||
CreateData(SizeOf(TCefFindHandler));
|
||||
|
||||
with PCefFindHandler(FData)^ do on_find_result := cef_find_handler_on_find_result;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user