1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-01-03 10:15:38 +02:00

Fixed TCefApplication.QuitMessageLoop

This commit is contained in:
Salvador Díaz Fau 2017-12-05 12:13:15 +01:00
parent c22bbc231c
commit 77f488d7db

View File

@ -763,7 +763,7 @@ procedure TCefApplication.QuitMessageLoop;
begin
if FLibLoaded and
not(FMultiThreadedMessageLoop) and
FExternalMessagePump then
not(FExternalMessagePump) then
cef_quit_message_loop;
end;