mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
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:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user