1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2024-11-24 08:02:15 +02:00

Default TFMXChromium.PrintingEnabled value set to True

This commit is contained in:
Salvador Díaz Fau 2019-10-08 15:17:37 +02:00
parent 1dc18e6aa6
commit 213162cef5

View File

@ -815,6 +815,7 @@ begin
FZoomStep := ZOOM_STEP_DEF;
FSafeSearch := False;
FYouTubeRestrict := YOUTUBE_RESTRICT_OFF;
FPrintingEnabled := True;
{$IFDEF MSWINDOWS}
FOldBrowserCompWndPrc := nil;