diff options
Diffstat (limited to 'Source/SPWindowController.m')
-rw-r--r-- | Source/SPWindowController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPWindowController.m b/Source/SPWindowController.m index aa208286..2d1f5058 100644 --- a/Source/SPWindowController.m +++ b/Source/SPWindowController.m @@ -110,6 +110,7 @@ enum { // Set up a new tab with the connection view as the identifier, add the view, and add it to the tab view NSTabViewItem *newItem = [[[NSTabViewItem alloc] initWithIdentifier:newTableDocument] autorelease]; + [newItem setColor:nil]; //cocoa defaults to [NSColor controlColor] but we want the tabstyle to choose a default color [newItem setView:[newTableDocument databaseView]]; [tabView addTabViewItem:newItem]; |