mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
DeviceBooksView does not need auto complete.
This commit is contained in:
parent
0e8cc35f18
commit
768979168c
@ -806,6 +806,9 @@ class DeviceBooksView(BooksView):
|
||||
self.setDragDropMode(self.NoDragDrop)
|
||||
self.setAcceptDrops(False)
|
||||
|
||||
def set_database(self, db):
|
||||
self._model.set_database(db)
|
||||
|
||||
def resizeColumnsToContents(self):
|
||||
QTableView.resizeColumnsToContents(self)
|
||||
self.columns_resized = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user