the pieces bar "slides" using NSAnimation instead of a timer

This commit is contained in:
Mitchell Livingston
2008-06-10 05:09:30 +00:00
parent a1c55c7444
commit b7ab0132e7
2 changed files with 40 additions and 37 deletions

View File

@@ -49,7 +49,7 @@
Torrent * fMenuTorrent;
float fPiecesBarPercent;
NSTimer * fPiecesBarTimer;
NSAnimation * fPiecesBarAnimation;
}
- (BOOL) isGroupCollapsed: (int) value;