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

@ -22,8 +22,8 @@
<ResourceBaseClass Value="Form"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="1"/>
<TopLine Value="127"/>
<CursorPos X="81" Y="141"/>
<TopLine Value="184"/>
<CursorPos X="45" Y="216"/>
<UsageCount Value="20"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>

View File

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