Merge branch 'master' of https://github.com/b4winckler/macvim into yosemite-icon-updated

* 'master' of https://github.com/b4winckler/macvim:
  Fix background color of active tab for Yosemite
This commit is contained in:
Jason Long
2015-03-13 09:25:14 -04:00
@@ -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 );
}