You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 95.7.17
This commit is contained in:
@@ -133,7 +133,8 @@ end;
|
||||
|
||||
procedure TCEFWinControl.InvalidateChildren;
|
||||
begin
|
||||
if HandleAllocated then RedrawWindow(Handle, nil, 0, RDW_INVALIDATE or RDW_ALLCHILDREN);
|
||||
if HandleAllocated then
|
||||
RedrawWindow(Handle, nil, 0, RDW_INVALIDATE or RDW_ALLCHILDREN);
|
||||
end;
|
||||
|
||||
procedure TCEFWinControl.UpdateSize;
|
||||
|
||||
Reference in New Issue
Block a user