diff options
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 9fcc8d20f..df2b90863 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -1340,6 +1340,12 @@ [fPreviewController showWindow:sender]; } +- (IBAction)showTabView:(id)sender +{ + NSInteger tag = [sender tag]; + [fMainTabView selectTabViewItemAtIndex:tag]; +} + #pragma mark - Presets View Controller Delegate - (void)selectionDidChange |