From 89330073b72fb88eec13c322cecabd94dfd6ee59 Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 14 May 2024 17:58:18 +0200 Subject: [PATCH] Fixed callback for click signal in CAATypesSelectorDialog --- picard/ui/caa_types_selector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/ui/caa_types_selector.py b/picard/ui/caa_types_selector.py index 6f613b1c7..f02c13880 100644 --- a/picard/ui/caa_types_selector.py +++ b/picard/ui/caa_types_selector.py @@ -325,7 +325,7 @@ class CAATypesSelectorDialog(PicardDialog): def excluded(self): return list(self.list_exclude.all_items_data()) or ['none'] - def clear_focus(self, lists): + def clear_focus(self, lists, *args): for temp_list in lists: temp_list.clearSelection() self.set_buttons_enabled_state()