upstream fix, case where it was impossible to select a proj in a new group

This commit is contained in:
Basile Burg 2016-11-10 11:50:08 +01:00
parent 90dd4d79e0
commit 36e4da966e
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ begin
TProjectGroupItem(it).fGroup := self;
project.inGroup(true);
fProjectIndex := it.Index;
project.activate;
doChanged;
end;