mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-28 19:51:28 +01:00
project groups: save as: rebase TreeView nodes
git-svn-id: trunk@50377 -
This commit is contained in:
parent
0351081414
commit
b4330dfd9e
@ -293,6 +293,7 @@ end;
|
|||||||
|
|
||||||
procedure TProjectGroupEditorForm.SetProjectGroup(AValue: TProjectGroup);
|
procedure TProjectGroupEditorForm.SetProjectGroup(AValue: TProjectGroup);
|
||||||
begin
|
begin
|
||||||
|
debugln(['TProjectGroupEditorForm.SetProjectGroup START ',FProjectGroup=AValue]);
|
||||||
if FProjectGroup=AValue then Exit;
|
if FProjectGroup=AValue then Exit;
|
||||||
if ProjectGroup<>nil then
|
if ProjectGroup<>nil then
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user