Skip to content

Commit 8933007

Browse files
committed
Fixed callback for click signal in CAATypesSelectorDialog
1 parent 6c08a62 commit 8933007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picard/ui/caa_types_selector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def included(self):
325325
def excluded(self):
326326
return list(self.list_exclude.all_items_data()) or ['none']
327327

328-
def clear_focus(self, lists):
328+
def clear_focus(self, lists, *args):
329329
for temp_list in lists:
330330
temp_list.clearSelection()
331331
self.set_buttons_enabled_state()

0 commit comments

Comments
 (0)