mirror of
https://github.com/transmission/transmission
synced 2025-02-06 22:42:33 +00:00
Double-clicking rows will toggle the inspector. Also, cleaned up Transfers icon from Neowave.
This commit is contained in:
parent
b3b0935ee7
commit
b6a144da86
2 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 837 B |
|
@ -83,9 +83,7 @@
|
|||
}
|
||||
else if( ![self pointInPauseRect: fClickPoint] &&
|
||||
![self pointInRevealRect: fClickPoint] )
|
||||
{
|
||||
[super mouseDown: e];
|
||||
}
|
||||
else;
|
||||
|
||||
[self display];
|
||||
|
@ -119,7 +117,9 @@
|
|||
torrent = [fTorrents objectAtIndex: row];
|
||||
[torrent reveal];
|
||||
}
|
||||
else;
|
||||
else
|
||||
if ([e clickCount] == 2)
|
||||
[fController showInfo: nil];
|
||||
|
||||
[super mouseUp: e];
|
||||
|
||||
|
|
Loading…
Reference in a new issue