Skip to content

Commit 8925bbc

Browse files
committed
Merge branch 'mac-vim-orig'
2 parents 39edcb9 + fd916f5 commit 8925bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// http://lists.apple.com/archives/cocoa-dev/2006/Feb/msg00130.html
1818
void MyNSDrawWindowBackground(NSRect rect)
1919
{
20-
[[NSColor windowBackgroundColor] set];
20+
[[NSColor controlColor] set];
2121
NSRectFill( rect );
2222
}
2323

0 commit comments

Comments
 (0)