mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 20:43:40 +01:00
IDE: clean up
git-svn-id: trunk@26129 -
This commit is contained in:
parent
466f67f457
commit
30d2db57ba
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user