Remove the delay that helps to show the index build progress bar.
This commit is contained in:
@@ -421,7 +421,6 @@ class GuiMain(QMainWindow):
|
|||||||
# Build tag index
|
# Build tag index
|
||||||
self.theIndex.scanText(tHandle, theText)
|
self.theIndex.scanText(tHandle, theText)
|
||||||
|
|
||||||
time.sleep(0.05)
|
|
||||||
nDone += 1
|
nDone += 1
|
||||||
if dlgProg.wasCanceled():
|
if dlgProg.wasCanceled():
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user