1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Added the PopupBrowser2 demo for Linux

Set the CEFLinkedWindowParent1.TabStop to true to fix a focus issue
Moved TCEFLinkedWindowParent.UpdateSize to the public section
This commit is contained in:
Salvador Diaz Fau
2021-01-04 18:39:15 +01:00
parent 187a4d825c
commit bef1626f31
16 changed files with 1952 additions and 212 deletions

View File

@@ -70,7 +70,6 @@ type
{$IFDEF FPC}{$IFDEF LINUX}
procedure SetVisible(Value: Boolean); override;
procedure UpdateSize; override;
{$ENDIF}{$ENDIF}
procedure SetChromium(aValue : TChromium);
@@ -82,6 +81,9 @@ type
public
constructor Create(AOwner : TComponent); override;
{$IFDEF FPC}{$IFDEF LINUX}
procedure UpdateSize; override;
{$ENDIF}{$ENDIF}
published
property Chromium : TChromium read FChromium write SetChromium;