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

Fixed crash with relative paths that have ".."

Fixed compilation bug in Delphi 7
This commit is contained in:
Salvador Díaz Fau
2019-09-21 11:37:13 +02:00
parent 5e5b775608
commit 09685f56e1
8 changed files with 65 additions and 102 deletions

View File

@ -211,7 +211,7 @@ end;
procedure TJSWindowBindingWithArrayBufferFrm.BrowserCreatedMsg(var aMessage : TMessage);
begin
Caption := 'JSWindowBindingWithObject';
Caption := 'JSWindowBindingWithArrayBuffer';
CEFWindowParent1.UpdateSize;
NavControlPnl.Enabled := True;
GoBtn.Click;