Skip to content

Commit db93eeb

Browse files
committed
Merge remote-tracking branch 'macvim/master'
2 parents df30e88 + fd916f5 commit db93eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m

Lines changed: 1 addition & 1 deletion
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)