mirror of https://gitlab.com/basile.b/dexed.git
proj groups, activate an item when opening if not free standing already opened
This commit is contained in:
parent
f6738b0a3b
commit
fb519c22e8
|
@ -350,6 +350,11 @@ begin
|
||||||
if b then
|
if b then
|
||||||
dlgOkError('the following projects are missing and are removed from the group:' + f,
|
dlgOkError('the following projects are missing and are removed from the group:' + f,
|
||||||
'Project group error');
|
'Project group error');
|
||||||
|
if not assigned(fFreeStanding) then
|
||||||
|
begin
|
||||||
|
item[fSavedIndex].lazyLoad;
|
||||||
|
item[fSavedIndex].project.activate;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TProjectGroup.afterSave;
|
procedure TProjectGroup.afterSave;
|
||||||
|
|
Loading…
Reference in New Issue