mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 19:36:20 +01:00
...
This commit is contained in:
parent
2373a38005
commit
449191df19
1 changed files with 2 additions and 1 deletions
|
|
@ -472,7 +472,8 @@ def show_column_header_context_menu(self, pos, view=None):
|
|||
view.column_header_context_menu.addAction(
|
||||
_('Un-split the book list') if self.pin_view.isVisible() else _('Split the book list'),
|
||||
partial(self.column_header_context_handler, action='split', column=col or 'title'))
|
||||
view.column_header_context_menu.popup(view.column_header.mapToGlobal(pos))
|
||||
if hasattr(view, 'column_header_context_menu'):
|
||||
view.column_header_context_menu.popup(view.column_header.mapToGlobal(pos))
|
||||
# }}}
|
||||
|
||||
# Sorting {{{
|
||||
|
|
|
|||
Loading…
Reference in a new issue