mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +02:00
* change Result of CheckSynchronize to true when at least one method was executed (matches with both FPC and Delphi documentation)
This commit is contained in:
parent
5fe8fbd43a
commit
e774a6275c
@ -564,6 +564,8 @@ begin
|
|||||||
tmpentry := PopThreadQueueHead;
|
tmpentry := PopThreadQueueHead;
|
||||||
while Assigned(tmpentry) do
|
while Assigned(tmpentry) do
|
||||||
begin
|
begin
|
||||||
|
{ at least one method is handled, so return true }
|
||||||
|
result := true;
|
||||||
{ step 2: execute the method }
|
{ step 2: execute the method }
|
||||||
exceptobj := Nil;
|
exceptobj := Nil;
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user