mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 16:03:01 +02:00
...
This commit is contained in:
commit
44500d728e
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ def __init__(self, parent, modelcls=BooksModel, use_edit_metadata_dialog=True):
|
|||
self.column_header.sectionMoved.connect(self.save_state)
|
||||
self.column_header.setContextMenuPolicy(Qt.CustomContextMenu)
|
||||
self.column_header.customContextMenuRequested.connect(self.show_column_header_context_menu)
|
||||
self.column_header.sectionResized.connect(self.column_resized)
|
||||
self.column_header.sectionResized.connect(self.column_resized, Qt.QueuedConnection)
|
||||
# }}}
|
||||
|
||||
self._model.database_changed.connect(self.database_changed)
|
||||
|
|
|
|||
Loading…
Reference in a new issue