Index: gc_lang/fr/oxt/Lexicographer/Enumerator.py ================================================================== --- gc_lang/fr/oxt/Lexicographer/Enumerator.py +++ gc_lang/fr/oxt/Lexicographer/Enumerator.py @@ -263,11 +263,11 @@ @_waitPointer def tagText (self, sWord, sAction=""): if not sAction: return - self.xProgressBar.ProgressValueMax = self._countParagraph() * 2 + self.xProgressBar.ProgressValueMax = self._countParagraph() self.xProgressBar.ProgressValue = 0 xCursor = self.xDocument.Text.createTextCursor() #helpers.xray(xCursor) xCursor.gotoStart(False) xCursor.gotoEndOfParagraph(True)