diff --git a/src/calibre/gui2/preferences/coloring.py b/src/calibre/gui2/preferences/coloring.py index 1eceef4a5c..93ded5e4a3 100644 --- a/src/calibre/gui2/preferences/coloring.py +++ b/src/calibre/gui2/preferences/coloring.py @@ -891,6 +891,7 @@ class RulesView(QListView): # {{{ if self.model() and new.isValid(): _, _, rule = self.model().data(new, Qt.ItemDataRole.UserRole) self.enable_convert_buttons_function(isinstance(rule, Rule)) + return super().currentChanged(new, prev) # }}}