Changeset 3851
- Timestamp:
- Nov 17, 2007, 2:43:05 PM (15 years ago)
- Location:
- trunk/macosx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r3843 r3851 1900 1900 } 1901 1901 1902 #warning improve with matrix1903 1902 - (void) switchFilter: (id) sender 1904 1903 { … … 2310 2309 } 2311 2310 2312 #warning when dragging a torrent file that already exists on and off, it gives a weird result2313 2311 - (void) draggingExited: (id <NSDraggingInfo>) info 2314 2312 { -
trunk/macosx/DragOverlayWindow.m
r3816 r3851 160 160 - (void) fadeOut 161 161 { 162 if ([self alphaValue] <= 0.0) 163 return; 164 162 165 //stop other animation and set to same progress 163 166 if ([fFadeInAnimation isAnimating])
Note: See TracChangeset
for help on using the changeset viewer.