You've already forked CEF4Delphi
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user