1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-10-30 23:07:52 +02:00
Set all "ShowCaption" properties to the default value for backwards compatibility
This commit is contained in:
Salvador Díaz Fau
2019-05-23 11:36:33 +02:00
parent efeb876371
commit 22f4a1d6d8
37 changed files with 4 additions and 48 deletions

View File

@@ -41,7 +41,6 @@ object MainForm: TMainForm
Padding.Right = 5
Padding.Bottom = 5
ParentDoubleBuffered = False
ShowCaption = False
TabOrder = 1
object Edit1: TEdit
Left = 5

View File

@@ -50,7 +50,7 @@ uses
Controls, Forms, Dialogs, StdCtrls, ExtCtrls,
{$ENDIF}
uCEFChromium, uCEFWindowParent, uCEFChromiumWindow, uCEFInterfaces, uCustomResourceHandler,
uCEFConstants, uCEFTypes;
uCEFConstants, uCEFTypes, uCEFWinControl;
type
TMainForm = class(TForm)