mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:43:27 +02:00
Fix #1876397 [Apply button doesn't activate when removing lines from Search & Replace](https://bugs.launchpad.net/calibre/+bug/1876397)
This commit is contained in:
parent
1a60950510
commit
3318387ddb
1 changed files with 1 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ def sr_remove_clicked(self):
|
|||
self.search_replace.setCurrentCell(row if row < self.search_replace.rowCount() else row-1, 0)
|
||||
self.sr_search.clear()
|
||||
self.sr_replace.clear()
|
||||
self.changed_signal.emit()
|
||||
|
||||
def sr_load_clicked(self):
|
||||
files = choose_files(self, 'sr_saved_patterns',
|
||||
|
|
|
|||
Loading…
Reference in a new issue