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:
zeljko 2011-04-20 15:43:27 +00:00
parent 8c68272871
commit 25505a1b46

View File

@ -2178,6 +2178,9 @@ begin
end;
Last := lItem;
end;
if Assigned(WakeMainThread) then
WakeMainThread(nil);
end;
procedure TApplication.RemoveAsyncCalls(const AnObject: TObject);