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.
1 parent f7ff60b commit 8fce373Copy full SHA for 8fce373
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