mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
e97f057563
commit
8a41f29ab2
@ -228,7 +228,7 @@ class SearchBox2(QComboBox): # {{{
|
||||
self.clear()
|
||||
else:
|
||||
self.normalize_state()
|
||||
# must turn off case sensitivity here so that tag browser strings
|
||||
# must turn on case sensitivity here so that tag browser strings
|
||||
# are not case-insensitively replaced from history
|
||||
self.line_edit.completer().setCaseSensitivity(Qt.CaseSensitive)
|
||||
self.setEditText(txt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user