mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 15:59:15 +02:00
IDE, removed unnecesary comment
git-svn-id: trunk@11753 -
This commit is contained in:
parent
7ecce099a2
commit
160de2c8a3
@ -127,15 +127,6 @@ begin
|
|||||||
BitBtnOk.Enabled := i > 0;
|
BitBtnOk.Enabled := i > 0;
|
||||||
if PreActive then
|
if PreActive then
|
||||||
LinkDataset.Active:=True;
|
LinkDataset.Active:=True;
|
||||||
{
|
|
||||||
PreActive:=LinkDataset.Active;
|
|
||||||
LinkDataset.Active := False;
|
|
||||||
LinkDataset.FieldDefs.Update;
|
|
||||||
i := FillList;
|
|
||||||
BitBtnOk.Enabled := i > 0;
|
|
||||||
if PreActive then
|
|
||||||
LinkDataset.Active:=True;
|
|
||||||
}
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
constructor TFieldsListFrm.Create(AOwner: TComponent; ADataset: TDataset;
|
constructor TFieldsListFrm.Create(AOwner: TComponent; ADataset: TDataset;
|
||||||
|
Loading…
Reference in New Issue
Block a user