mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
QuickLook main window even if it's closed, and update the QL window when opening/closing the inspector
This commit is contained in:
@@ -134,10 +134,7 @@ typedef enum
|
||||
{
|
||||
if ([NSApp isOnSnowLeopardOrBetter] && [QLPreviewPanelSL sharedPreviewPanelExists]
|
||||
&& [[QLPreviewPanelSL sharedPreviewPanel] isVisible])
|
||||
{
|
||||
[[QLPreviewPanelSL sharedPreviewPanel] reloadData];
|
||||
[[QLPreviewPanelSL sharedPreviewPanel] updateController];
|
||||
}
|
||||
}
|
||||
|
||||
- (NSInteger) outlineView: (NSOutlineView *) outlineView numberOfChildrenOfItem: (id) item
|
||||
|
||||
Reference in New Issue
Block a user