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

Update to CEF 94.4.2

Fixed issues #383 and #384
This commit is contained in:
salvadordf
2021-09-28 16:39:21 +02:00
parent c88ec15bd4
commit 0bc8f373f8
6 changed files with 71 additions and 36 deletions

View File

@ -607,7 +607,7 @@ begin
Result.year := TempYear;
Result.month := TempMonth;
Result.day_of_week := DayOfWeek(dt);
Result.day_of_month := TempMonth;
Result.day_of_month := TempDay;
Result.hour := TempHour;
Result.minute := TempMin;
Result.second := TempSec;