From 1dd2645b1d268ebbfa1642e93d46f613c0387e7e Mon Sep 17 00:00:00 2001 From: Dmitrij Date: Mon, 21 Aug 2017 21:07:34 +0300 Subject: [PATCH] Update uCEFInterfaces.pas fix --- source/uCEFInterfaces.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/uCEFInterfaces.pas b/source/uCEFInterfaces.pas index b9bd8e62..1a3d04ce 100644 --- a/source/uCEFInterfaces.pas +++ b/source/uCEFInterfaces.pas @@ -10,7 +10,7 @@ // For more information about CEF4Delphi visit : // https://www.briskbard.com/index.php?lang=en&pageid=cef // -// Copyright © 2017 Salvador Díaz Fau. All rights reserved. +// Copyright © 2017 Salvador Díaz Fau. All rights reserved. // // ************************************************************************ // ************ vvvv Original license and comments below vvvv ************* @@ -1633,7 +1633,7 @@ type function GetAsJpeg(scaleFactor: Single; quality: Integer; pixelWidth, pixelHeight: PInteger): ICefBinaryValue; - property Width: NativeUInt read GetHeight; + property Width: NativeUInt read GetWidth; property Height: NativeUInt read GetHeight; end;