Quote:
Originally Posted by ownedbycats
Small bug: When sorting by series, the series index is sorted alphabetically and books may appear in the wrong order.
|
Please test the attached version. It should be fixed.
Quote:
Originally Posted by chaley
If you use utils.icu.numeric_sort_key as the key function when the list is sorted then the problem should go away.
|
Thanks for the tip. I'm already overriding the
__lt__ method in
QTreeWidgetItem to fix other sorting issues, so it felt easier to deal with it the same way.