1
0
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:
Salvador Díaz Fau
2017-09-08 17:44:32 +02:00
parent 3a83a13639
commit 5d9a47158e
7 changed files with 183 additions and 177 deletions

View File

@@ -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;