mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-17 13:13:58 +00:00
Fixed callback for click signal in CAATypesSelectorDialog
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user