mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
...
This commit is contained in:
parent
2ac2083f60
commit
24ece4a0c2
@ -890,7 +890,7 @@ class SpellCheck(Dialog):
|
||||
b = self.bb.addButton(_('&Refresh'), self.bb.ActionRole)
|
||||
b.setToolTip('<p>' + _('Re-scan the book for words, useful if you have edited the book since opening this dialog'))
|
||||
b.setIcon(QIcon(I('view-refresh.png')))
|
||||
b.clicked.connect(self.refresh)
|
||||
b.clicked.connect(partial(self.refresh, change_request=None))
|
||||
|
||||
self.progress = p = QWidget(self)
|
||||
s.addWidget(p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user