mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1810447 [Polish multiple books counts down from 100% to 0%](https://bugs.launchpad.net/calibre/+bug/1810447)
This commit is contained in:
parent
2d9362905f
commit
e190bdaf21
@ -265,7 +265,7 @@ class Polish(QDialog): # {{{
|
||||
self.pd.reject()
|
||||
raise
|
||||
else:
|
||||
self.pd.set_value(num)
|
||||
self.pd.set_value(self.pd.max - num)
|
||||
QTimer.singleShot(0, self.do_one)
|
||||
|
||||
def do_book(self, num, book_id, formats):
|
||||
|
Loading…
x
Reference in New Issue
Block a user