mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Also clear unbdo cache when showing spell check dialog
This commit is contained in:
parent
02b8f775cb
commit
928722690f
@ -1250,6 +1250,7 @@ class SpellCheck(Dialog):
|
|||||||
|
|
||||||
def show(self):
|
def show(self):
|
||||||
Dialog.show(self)
|
Dialog.show(self)
|
||||||
|
self.undo_cache.clear()
|
||||||
QTimer.singleShot(0, self.refresh)
|
QTimer.singleShot(0, self.refresh)
|
||||||
|
|
||||||
def accept(self):
|
def accept(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user