mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-17 08:01:24 +00:00
pass the sender to the window, log, if enabled, also the window title
This commit is contained in:
parent
76b8316b5c
commit
b5324e9581
1 changed files with 3 additions and 2 deletions
|
@ -658,8 +658,9 @@
|
|||
|
||||
- (void)makeKeyAndOrderFront:(id)sender
|
||||
{
|
||||
// PCLogInfo(self, @"makeKeyAndOrderFront sender: %@", [sender className]);
|
||||
[projectWindow makeKeyAndOrderFront:nil];
|
||||
// PCLogInfo(self, @"makeKeyAndOrderFront % @ sender: %@", [projectWindow title], [sender className]);
|
||||
// NSLog(@"makeKeyAndOrderFront %@ sender: %@", [projectWindow title], [sender className]);
|
||||
[projectWindow makeKeyAndOrderFront:self];
|
||||
}
|
||||
|
||||
- (void)makeKeyWindow
|
||||
|
|
Loading…
Reference in a new issue