mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
don't append "http" to addresses in the proxy address field
This commit is contained in:
@@ -93,10 +93,10 @@
|
||||
if (start)
|
||||
visibleRect.origin.y += height;
|
||||
|
||||
for (NSInteger i = start ? 1 : 0; i<numberOfRects; i += 2)
|
||||
for (NSInteger i = start ? 1 : 0; i < numberOfRects; i += 2)
|
||||
{
|
||||
NSRectFill(visibleRect);
|
||||
visibleRect.origin.y += 2 * height;
|
||||
visibleRect.origin.y += 2.0 * height;
|
||||
}
|
||||
|
||||
[super highlightSelectionInClipRect: clipRect];
|
||||
|
||||
Reference in New Issue
Block a user