mirror of https://gitlab.com/basile.b/dexed.git
upstream fix, case where it was impossible to select a proj in a new group
This commit is contained in:
parent
90dd4d79e0
commit
36e4da966e
|
@ -353,6 +353,7 @@ begin
|
||||||
TProjectGroupItem(it).fGroup := self;
|
TProjectGroupItem(it).fGroup := self;
|
||||||
project.inGroup(true);
|
project.inGroup(true);
|
||||||
fProjectIndex := it.Index;
|
fProjectIndex := it.Index;
|
||||||
|
project.activate;
|
||||||
doChanged;
|
doChanged;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue