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()
|
count = do_all()
|
||||||
if count == 0:
|
if count == 0:
|
||||||
self.rewind_savepoint()
|
self.rewind_savepoint()
|
||||||
|
else:
|
||||||
|
self.set_modified()
|
||||||
return
|
return
|
||||||
if action == 'count':
|
if action == 'count':
|
||||||
if marked:
|
if marked:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user