You've already forked CEF4Delphi
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:
@ -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"/>
|
||||
|
@ -213,7 +213,7 @@ end;
|
||||
|
||||
procedure TJSWindowBindingWithArrayBufferFrm.BrowserCreatedMsg(var aMessage : TMessage);
|
||||
begin
|
||||
Caption := 'JSWindowBindingWithObject';
|
||||
Caption := 'JSWindowBindingWithArrayBuffer';
|
||||
CEFWindowParent1.UpdateSize;
|
||||
NavControlPnl.Enabled := True;
|
||||
GoBtn.Click;
|
||||
|
Reference in New Issue
Block a user