From 2a355ddc67ecb8274994382c947225dee8de6b7c Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 28 Aug 2008 02:25:57 +0000 Subject: [PATCH] if the quick look window is in the middle of opening and the selection changes, update the window --- macosx/QuickLookController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/QuickLookController.m b/macosx/QuickLookController.m index 5bbee8c1e..c611d2f5e 100644 --- a/macosx/QuickLookController.m +++ b/macosx/QuickLookController.m @@ -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