1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00

get rid of the web seed table animation for now - it refuses to play well with others

This commit is contained in:
Mitchell Livingston 2008-06-08 02:18:36 +00:00
parent 0f9093cb7d
commit 7012831928

View file

@ -1441,7 +1441,7 @@ typedef enum
- (void) setWebSeederTableHidden: (BOOL) hide animate: (BOOL) animate
{
if (![NSApp isOnLeopardOrBetter])
if (/*![NSApp isOnLeopardOrBetter]*/YES)
animate = NO;
NSRect webSeedFrame = [[fWebSeedTable enclosingScrollView] frame];