hopefully fix weird drawing issues when resizing, and eliminate a memory leak

This commit is contained in:
Mitchell Livingston
2008-01-24 01:05:00 +00:00
parent 8f21d06cb0
commit da6a108375
4 changed files with 2001 additions and 1992 deletions

View File

@@ -36,6 +36,8 @@
NSArray * fTorrents;
NSIndexSet * fGroupIndexes;
TorrentCell * fTorrentCell;
NSUserDefaults * fDefaults;
IBOutlet NSMenu * fContextRow, * fContextNoRow;