mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
oops
This commit is contained in:
parent
4a316d16c7
commit
9e0077334e
@ -219,7 +219,7 @@ class SearchBox2(QComboBox): # {{{
|
||||
if k == Qt.Key_Down and self.currentIndex() == 0 and not self.lineEdit().text():
|
||||
self.setCurrentIndex(1), self.setCurrentIndex(0)
|
||||
event.accept()
|
||||
return
|
||||
else:
|
||||
QComboBox.keyPressEvent(self, event)
|
||||
self.blockSignals(False)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user