clicking on dock opens timeline view
This commit is contained in:
parent
b8561039b6
commit
4edf2e6c13
1 changed files with 6 additions and 0 deletions
|
@ -267,6 +267,12 @@
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag
|
||||||
|
{
|
||||||
|
[timelineViewWindow makeKeyAndOrderFront:self];
|
||||||
|
return NO;
|
||||||
|
}
|
||||||
|
|
||||||
- (IBAction)openNewMessageWindow:(id)sender
|
- (IBAction)openNewMessageWindow:(id)sender
|
||||||
{
|
{
|
||||||
[NSApp activateIgnoringOtherApps:YES];
|
[NSApp activateIgnoringOtherApps:YES];
|
||||||
|
|
Reference in a new issue