From 502f814fc4a28d092a67aa9179b2e6c44aea2f9f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 21 Jan 2013 04:06:25 -0500 Subject: [PATCH] Use Zotero.wait() to move progress indicator This may help with #230 --- chrome/content/zotero/fileInterface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/fileInterface.js b/chrome/content/zotero/fileInterface.js index a4c63e513d..5b81786f5c 100644 --- a/chrome/content/zotero/fileInterface.js +++ b/chrome/content/zotero/fileInterface.js @@ -639,7 +639,7 @@ var Zotero_File_Interface = new function() { .redraw(); // Process redraw event - Zotero.mainThread.processNextEvent(false); + Zotero.wait(0); } finally { // Close nested event queue if(eventQueuePushed) Zotero.mainThread.popEventQueue();