mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 18:45:20 -04:00
Typo in sorting custom series single widget completion lists
This commit is contained in:
@@ -592,7 +592,7 @@ class Text(Base):
|
||||
class Series(Base):
|
||||
|
||||
def setup_ui(self, parent):
|
||||
w = EditWithComplete(parent, sort_key=title_sort)
|
||||
w = EditWithComplete(parent, sort_func=title_sort)
|
||||
w.set_separator(None)
|
||||
w.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToMinimumContentsLengthWithIcon)
|
||||
w.setMinimumContentsLength(25)
|
||||
|
||||
Reference in New Issue
Block a user