mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Fix background color of active tab for Yosemite
This commit is contained in:
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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user