mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
if the quick look window is in the middle of opening and the selection changes, update the window
This commit is contained in:
@@ -113,7 +113,7 @@ QuickLookController * fQuickLookInstance = nil;
|
||||
|
||||
- (void) updateQuickLook
|
||||
{
|
||||
if (!fQuickLookAvailable || ![[QLPreviewPanel sharedPreviewPanel] isOpen])
|
||||
if (!fQuickLookAvailable)
|
||||
return;
|
||||
|
||||
//if the user changes the selection while the panel is open then update the current items
|
||||
|
||||
Reference in New Issue
Block a user