mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-06-07 06:25:26 -04:00
Fix completion popup not blocking single key shortcuts in the main book list
This commit is contained in:
@@ -214,6 +214,8 @@ class Completer(QListView): # {{{
|
||||
self.hide()
|
||||
e.accept()
|
||||
return True
|
||||
elif etype == e.ShortcutOverride:
|
||||
QApplication.sendEvent(widget, e)
|
||||
return False
|
||||
# }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user