mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 06:13:53 +02:00
Edit book: Fix book not being marked as modified after editing the ToC
This commit is contained in:
parent
593ceffece
commit
0a6d56f6fd
1 changed files with 1 additions and 0 deletions
|
|
@ -296,6 +296,7 @@ def edit_toc(self):
|
|||
self.rewind_savepoint()
|
||||
return
|
||||
with BusyCursor():
|
||||
self.set_modified()
|
||||
self.update_editors_from_container()
|
||||
self.gui.toc_view.update_if_visible()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue