mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 16:40:25 +02:00
parent
cfa859d285
commit
42a317ab73
@ -36,7 +36,7 @@ Var
|
||||
B : Boolean;
|
||||
|
||||
begin
|
||||
B:=Assigned(DataSource) and (DataSource.State<>dsInactive);
|
||||
B:=Assigned(DataSource) and Not (DataSource.State in [dsInactive,dsOpening]);
|
||||
If B<>FActive then
|
||||
begin
|
||||
FActive:=B;
|
||||
|
Loading…
Reference in New Issue
Block a user