mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 16:28:16 +02:00
LCL: call WakeMainThread() in QueueAsyncCall, so messages are passed.Patch by Henry Vermaak. issues #13120,#18599
git-svn-id: trunk@30403 -
This commit is contained in:
parent
8c68272871
commit
25505a1b46
@ -2178,6 +2178,9 @@ begin
|
||||
end;
|
||||
Last := lItem;
|
||||
end;
|
||||
|
||||
if Assigned(WakeMainThread) then
|
||||
WakeMainThread(nil);
|
||||
end;
|
||||
|
||||
procedure TApplication.RemoveAsyncCalls(const AnObject: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user