mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
update the quicklook window when the selected transfer changes
This commit is contained in:
parent
7983c5484a
commit
aa0e8df705
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,6 @@
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#import "FileOutlineView.h"
|
#import "FileOutlineView.h"
|
||||||
#import "FileOutlineController.h"
|
|
||||||
#import "InfoWindowController.h"
|
#import "InfoWindowController.h"
|
||||||
#import "FileNameCell.h"
|
#import "FileNameCell.h"
|
||||||
#import "FilePriorityCell.h"
|
#import "FilePriorityCell.h"
|
||||||
|
|
|
@ -464,6 +464,8 @@ typedef enum
|
||||||
[self updateInfoFiles];
|
[self updateInfoFiles];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[self updateQuickLook];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) updateOptions
|
- (void) updateOptions
|
||||||
|
|
Loading…
Reference in a new issue