mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 06:00:43 +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;
|
end;
|
||||||
Last := lItem;
|
Last := lItem;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
if Assigned(WakeMainThread) then
|
||||||
|
WakeMainThread(nil);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TApplication.RemoveAsyncCalls(const AnObject: TObject);
|
procedure TApplication.RemoveAsyncCalls(const AnObject: TObject);
|
||||||
|
Loading…
Reference in New Issue
Block a user