Skip to content

Commit 8fce373

Browse files
committed
Make pre-Mojave tabs also show the close button on hover over tab
This makes them show up on tab hover, so you don't have to hover over the exact location of the close button to see it.
1 parent f7ff60b commit 8fce373

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/MacVim/PSMTabBarControl/source/PSMYosemiteTabStyle.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ - (void)drawInteriorWithTabCell:(PSMTabBarCell *)cell inView:(NSView*)controlVie
381381
NSRect closeButtonRect = [cell closeButtonRectForFrame:cellFrame];
382382
NSImage *button = nil;
383383

384+
if ([cell isHighlighted]) button = closeButton;
384385
if ([cell closeButtonOver]) button = closeButtonOver;
385386
if ([cell closeButtonPressed]) button = closeButtonDown;
386387

0 commit comments

Comments
 (0)