if the quick look window is in the middle of opening and the selection changes, update the window

This commit is contained in:
Mitchell Livingston 2008-08-28 02:25:57 +00:00
parent 11f2b63ba3
commit 2a355ddc67
1 changed files with 1 additions and 1 deletions

View File

@ -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