Edit book: Fix book not being marked as modified after editing the ToC

This commit is contained in:
Kovid Goyal 2013-12-15 21:23:29 +05:30
parent 593ceffece
commit 0a6d56f6fd

View File

@ -296,6 +296,7 @@ class Boss(QObject):
self.rewind_savepoint()
return
with BusyCursor():
self.set_modified()
self.update_editors_from_container()
self.gui.toc_view.update_if_visible()