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:
parent
c22bbc231c
commit
77f488d7db
@ -763,7 +763,7 @@ procedure TCefApplication.QuitMessageLoop;
|
||||
begin
|
||||
if FLibLoaded and
|
||||
not(FMultiThreadedMessageLoop) and
|
||||
FExternalMessagePump then
|
||||
not(FExternalMessagePump) then
|
||||
cef_quit_message_loop;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user