mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot to change double-click on char in chars report to only search inside tags
This commit is contained in:
parent
b302cacc1b
commit
a31de75a39
@ -874,7 +874,7 @@ class CharsWidget(QWidget):
|
|||||||
ed = boss.edit_file_requested(file_name)
|
ed = boss.edit_file_requested(file_name)
|
||||||
if ed is None:
|
if ed is None:
|
||||||
return
|
return
|
||||||
if ed.editor.find(pat, complete=not from_cursor):
|
if ed.editor.find_text(pat, complete=not from_cursor):
|
||||||
boss.show_editor(file_name)
|
boss.show_editor(file_name)
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user