You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Complete inherited commands for backward compatibility
This commit is contained in:
@ -148,7 +148,7 @@ begin
|
||||
if (FEvent <> nil) then
|
||||
Result := FEvent.doOnSetFocus(browser, source)
|
||||
else
|
||||
Result := inherited;
|
||||
Result := inherited OnSetFocus(browser, source);
|
||||
end;
|
||||
|
||||
procedure TCustomFocusHandler.OnTakeFocus(const browser: ICefBrowser; next: Boolean);
|
||||
|
Reference in New Issue
Block a user