You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Extra UpdateSize call in TChromiumWindow
- Extra UpdateSize call in TChromiumWindow - Destruction cleanup in owned refference counted classes
This commit is contained in:
@@ -510,7 +510,6 @@ end;
|
||||
|
||||
destructor TCustomClientHandler.Destroy;
|
||||
begin
|
||||
FEvents := nil;
|
||||
FLoadHandler := nil;
|
||||
FFocusHandler := nil;
|
||||
FContextMenuHandler := nil;
|
||||
@@ -525,6 +524,7 @@ begin
|
||||
FRenderHandler := nil;
|
||||
FDragHandler := nil;
|
||||
FFindHandler := nil;
|
||||
FEvents := nil;
|
||||
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user