Quote:
Originally Posted by chaley
To all who maintain kiwidude-based plugins: There is a problem in common_utils.CheckableTableWidgetItem().
|
In the kiwidude plugins I maintain, only Reading List uses common_utils.CheckableTableWidgetItem(). This issue doesn't affect FavouritesMenu, ViewManager, GenerateCover or ManageSeries. I'll fix it in source, but I'm not going to release new versions of those.
I wouldn't be surprised if CheckableTableWidgetItem was
only used in Reading List.
EDIT: FYI, changing Qt.ItemFlags to Qt.ItemFlag works back to Calibre v2.85.1 for me.