From fa52baa1099c542806253d5a0d34dc5ada8ba1f0 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Sat, 1 Jun 2019 21:13:24 +0200 Subject: [PATCH] Remove the delay that helps to show the index build progress bar. --- nw/gui/winmain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nw/gui/winmain.py b/nw/gui/winmain.py index a7ad1f2c..a4cbec70 100644 --- a/nw/gui/winmain.py +++ b/nw/gui/winmain.py @@ -421,7 +421,6 @@ class GuiMain(QMainWindow): # Build tag index self.theIndex.scanText(tHandle, theText) - time.sleep(0.05) nDone += 1 if dlgProg.wasCanceled(): break