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