mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Have shortcut to toggle highlights panel work when selection bar is visible
This commit is contained in:
parent
0ac9313bdf
commit
976012bdf4
@ -481,6 +481,8 @@ class SelectionBar:
|
||||
self.send_message('trigger-shortcut', name=sc_name)
|
||||
elif sc_name is 'start_search':
|
||||
self.book_search()
|
||||
elif sc_name is 'toggle_highlights':
|
||||
self.view.on_handle_shortcut({'name': sc_name})
|
||||
# }}}
|
||||
|
||||
# drag scroll {{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user