From 6df2d79f4af1cbd7813b8766d338c356ed9db838 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 26 Apr 2021 20:09:26 +0530 Subject: [PATCH] ... --- src/calibre/gui2/toc/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/gui2/toc/main.py b/src/calibre/gui2/toc/main.py index 4dbcb0b00b..1fc3bf0ee2 100644 --- a/src/calibre/gui2/toc/main.py +++ b/src/calibre/gui2/toc/main.py @@ -1063,7 +1063,6 @@ class TOCEditor(QDialog): # {{{ error_dialog(self, _('Failed to write book'), _('Could not write %s. Click "Show details" for' ' more information.')%self.book_title, det_msg=tb, show=True) - self.prefs['toc_editor_window_geom'] = bytearray(self.saveGeometry()) super(TOCEditor, self).reject() return