if a button is pushed, don't hilight other buttons when hovered over

This commit is contained in:
Mitchell Livingston
2008-01-15 16:19:16 +00:00
parent ca70ef18bb
commit 6d799f0f89
3 changed files with 21 additions and 10 deletions

View File

@@ -48,6 +48,8 @@
- (void) setTorrents: (NSArray *) torrents;
- (void) removeButtonTrackingAreas;
- (void) toggleControlForTorrent: (Torrent *) torrent;
- (void) displayTorrentMenuForEvent: (NSEvent *) event;