1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Extra UpdateSize call

- Added an extra call to TCEFWindowParent.UpdateSize to the demos when the browser is fully created.

- Also added a fix for Delphi 10.2 compatibility in the SchemeRegistrationBrowser.
This commit is contained in:
Salvador Díaz Fau
2017-08-23 12:28:45 +02:00
parent e2a597ec81
commit 13c427fc24
73 changed files with 3715 additions and 3416 deletions

View File

@ -237,6 +237,7 @@ end;
procedure TChildForm.BrowserCreatedMsg(var aMessage : TMessage);
begin
CEFWindowParent1.UpdateSize;
Chromium1.LoadURL(FHomepage);
end;