Skip to content

Commit fd916f5

Browse files
nicob4winckler
authored andcommitted
Fix background color of active tab for Yosemite
1 parent 1b6fabf commit fd916f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// http://lists.apple.com/archives/cocoa-dev/2006/Feb/msg00130.html
1818
void MyNSDrawWindowBackground(NSRect rect)
1919
{
20-
[[NSColor windowBackgroundColor] set];
20+
[[NSColor controlColor] set];
2121
NSRectFill( rect );
2222
}
2323

0 commit comments

Comments
 (0)