Skip to content

Commit

Permalink
Merge branch 'mac-vim-orig'
Browse files Browse the repository at this point in the history
  • Loading branch information
genoma committed Nov 25, 2014
2 parents 39edcb9 + fd916f5 commit 8925bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MacVim/PSMTabBarControl/source/PSMMetalTabStyle.m
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

Expand Down

0 comments on commit 8925bbc

Please sign in to comment.