mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 18:45:20 -04:00
Also clear unbdo cache when showing spell check dialog
This commit is contained in:
@@ -1250,6 +1250,7 @@ class SpellCheck(Dialog):
|
||||
|
||||
def show(self):
|
||||
Dialog.show(self)
|
||||
self.undo_cache.clear()
|
||||
QTimer.singleShot(0, self.refresh)
|
||||
|
||||
def accept(self):
|
||||
|
||||
Reference in New Issue
Block a user