mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Edit book: Fix book not being marked as modified after editing the ToC
This commit is contained in:
parent
593ceffece
commit
0a6d56f6fd
@ -296,6 +296,7 @@ class Boss(QObject):
|
|||||||
self.rewind_savepoint()
|
self.rewind_savepoint()
|
||||||
return
|
return
|
||||||
with BusyCursor():
|
with BusyCursor():
|
||||||
|
self.set_modified()
|
||||||
self.update_editors_from_container()
|
self.update_editors_from_container()
|
||||||
self.gui.toc_view.update_if_visible()
|
self.gui.toc_view.update_if_visible()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user