Fix background color of active tab for Yosemite

This commit is contained in:
Nicolas Weber
2014-11-02 14:43:20 +01:00
committed by Bjorn Winckler
parent 1b6fabf417
commit fd916f58a3
@@ -17,7 +17,7 @@
// http://lists.apple.com/archives/cocoa-dev/2006/Feb/msg00130.html
void MyNSDrawWindowBackground(NSRect rect)
{
[[NSColor windowBackgroundColor] set];
[[NSColor controlColor] set];
NSRectFill( rect );
}