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.
This commit is contained in:
Yee Cheng Chin
2018-12-09 20:51:20 -08:00
parent f7ff60b4f2
commit 8fce3735aa
@@ -381,6 +381,7 @@ void YosemiteNSDrawWindowBackground(NSRect rect, NSColor *color)
NSRect closeButtonRect = [cell closeButtonRectForFrame:cellFrame];
NSImage *button = nil;
if ([cell isHighlighted]) button = closeButton;
if ([cell closeButtonOver]) button = closeButtonOver;
if ([cell closeButtonPressed]) button = closeButtonDown;