IDE: clean up

git-svn-id: trunk@26129 -
This commit is contained in:
mattias 2010-06-15 11:00:14 +00:00
parent 466f67f457
commit 30d2db57ba

View File

@ -81,6 +81,7 @@ var
List: TStringList;
i: Integer;
begin
Result:=true;
List:=TStringList.Create;
try
AGrid.BeginUpdate;
@ -105,6 +106,7 @@ var
OldIdent, NewIdent: string;
i: Integer;
begin
Result:=true;
AMap.Clear;
// Collect (maybe edited) properties from StringGrid to fStringMap.
for i:=1 to AGrid.RowCount-1 do begin // Skip the fixed row.