mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
fdb0273151
commit
14eeefbf54
@ -245,7 +245,7 @@ class BooksView(QTableView): # {{{
|
|||||||
else:
|
else:
|
||||||
self.sortByColumn(idx, Qt.DescendingOrder)
|
self.sortByColumn(idx, Qt.DescendingOrder)
|
||||||
else:
|
else:
|
||||||
self._model.sort_by_named_column(field, order, reset)
|
self._model.sort_by_named_field(field, order, reset)
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Ondevice column {{{
|
# Ondevice column {{{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user