You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-08-14 21:42:50 +02:00
Fixed TCefApplication.QuitMessageLoop
This commit is contained in:
@@ -763,7 +763,7 @@ procedure TCefApplication.QuitMessageLoop;
|
||||
begin
|
||||
if FLibLoaded and
|
||||
not(FMultiThreadedMessageLoop) and
|
||||
FExternalMessagePump then
|
||||
not(FExternalMessagePump) then
|
||||
cef_quit_message_loop;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user