You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Fix #119 : All units in the source folder start with "uCEF"
- Fixed TCustomAudioHandler creation in uCEFClient.pas - Fixed "title" parsing in uCEFDragAndDropMgr.pas
This commit is contained in:
@ -662,7 +662,7 @@ begin
|
||||
if aCreateRequestHandler then FRequestHandler := TCustomRequestHandler.Create(FEvents);
|
||||
if aCreateDragHandler then FDragHandler := TCustomDragHandler.Create(FEvents);
|
||||
if aCreateFindHandler then FFindHandler := TCustomFindHandler.Create(FEvents);
|
||||
if aCreateAudioHandler then FAudioHandler := TCustomAudioHandler.Create(self);
|
||||
if aCreateAudioHandler then FAudioHandler := TCustomAudioHandler.Create(FEvents);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user