We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39edcb9 + fd916f5 commit 8925bbcCopy full SHA for 8925bbc
src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m
@@ -17,7 +17,7 @@
17
// http://lists.apple.com/archives/cocoa-dev/2006/Feb/msg00130.html
18
void MyNSDrawWindowBackground(NSRect rect)
19
{
20
- [[NSColor windowBackgroundColor] set];
+ [[NSColor controlColor] set];
21
NSRectFill( rect );
22
}
23
0 commit comments