1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-22 22:17:48 +02:00

Fixed resize issue in the FMXExternalPumpBrowser demo

- Added a button to FMXExternalPumpBrowser to take a snapshot.
- Removed unused constant
- Added more comments to MDIBrowser demo
This commit is contained in:
Salvador Díaz Fau
2018-01-27 10:40:10 +01:00
parent 6caf630669
commit 75cee6e6d8
4 changed files with 98 additions and 25 deletions

View File

@ -366,7 +366,6 @@ const
CEF_LOG_SEVERITY_ERROR = 2;
ZOOM_STEP_25 = 0;
ZOOM_STEP_33 = 1;
ZOOM_STEP_33 = 1;
ZOOM_STEP_50 = 2;
ZOOM_STEP_67 = 3;