We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67754cb + 8fce373 commit a3a7a5aCopy full SHA for a3a7a5a
1 file changed
src/MacVim/PSMTabBarControl/source/PSMYosemiteTabStyle.m
@@ -381,6 +381,7 @@ - (void)drawInteriorWithTabCell:(PSMTabBarCell *)cell inView:(NSView*)controlVie
381
NSRect closeButtonRect = [cell closeButtonRectForFrame:cellFrame];
382
NSImage *button = nil;
383
384
+ if ([cell isHighlighted]) button = closeButton;
385
if ([cell closeButtonOver]) button = closeButtonOver;
386
if ([cell closeButtonPressed]) button = closeButtonDown;
387
0 commit comments