mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit book: Fix editor not marking the book as modified when doing a Replace All that does not affect any currently open files.
This commit is contained in:
parent
a9c9c4ad93
commit
59efd0a9c7
@ -791,6 +791,8 @@ class Boss(QObject):
|
||||
count = do_all()
|
||||
if count == 0:
|
||||
self.rewind_savepoint()
|
||||
else:
|
||||
self.set_modified()
|
||||
return
|
||||
if action == 'count':
|
||||
if marked:
|
||||
|
Loading…
x
Reference in New Issue
Block a user