mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Merge from trunk
This commit is contained in:
commit
86cbac0d00
@ -228,7 +228,7 @@ class SearchBox2(QComboBox): # {{{
|
|||||||
self.clear()
|
self.clear()
|
||||||
else:
|
else:
|
||||||
self.normalize_state()
|
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
|
# are not case-insensitively replaced from history
|
||||||
self.line_edit.completer().setCaseSensitivity(Qt.CaseSensitive)
|
self.line_edit.completer().setCaseSensitivity(Qt.CaseSensitive)
|
||||||
self.setEditText(txt)
|
self.setEditText(txt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user