This commit is contained in:
Kovid Goyal 2011-08-14 02:40:44 -06:00
parent e97f057563
commit 8a41f29ab2

View File

@ -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)