1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-21 13:46:52 +00:00

always draw the top white line on the filter bar

This commit is contained in:
Mitchell Livingston 2011-01-02 17:14:38 +00:00
parent 4b190aa0c2
commit 7760be2c45

View file

@ -55,8 +55,6 @@
NSColor * colorRects[2];
NSRect lineBorderRect = NSMakeRect(NSMinX(rect), NSHeight([self bounds]) - 1.0, NSWidth(rect), 1.0);
if ([[self window] isMainWindow])
{
if (NSIntersectsRect(lineBorderRect, rect))
{
gridRects[count] = lineBorderRect;
@ -65,7 +63,6 @@
rect.size.height -= 1.0;
}
}
lineBorderRect.origin.y = 0.0;
if (NSIntersectsRect(lineBorderRect, rect))