fix: activate project also if coming from open project

This commit is contained in:
Riccardo Mottola 2021-02-06 19:16:17 +01:00
parent ad65327732
commit b87670431a

View file

@ -751,6 +751,7 @@ NSString *PCActiveProjectDidChangeNotification = @"PCActiveProjectDidChange";
if (filePath != nil)
{
[self openProjectAt:filePath makeActive:YES];
[[[self activeProject] projectWindow] makeKeyAndOrderFront:self];
}
}