mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
fix: activate project also if coming from open project
This commit is contained in:
parent
ad65327732
commit
b87670431a
1 changed files with 1 additions and 0 deletions
|
@ -751,6 +751,7 @@ NSString *PCActiveProjectDidChangeNotification = @"PCActiveProjectDidChange";
|
|||
if (filePath != nil)
|
||||
{
|
||||
[self openProjectAt:filePath makeActive:YES];
|
||||
[[[self activeProject] projectWindow] makeKeyAndOrderFront:self];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue