Skip to content
Snippets Groups Projects
Commit 95a4ad30 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Fixed selecting of comboboxes

parent 47950c85
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ class Ui_TabWidget(object):
self.comboBox_parameters_list[i].addItems(self.all_parameters)
func_list.append(lambda: self.__parameters_combobox(self.comboBox_parameters_list[i]))
func_list.append((lambda tmp: lambda: self.__parameters_combobox(self.comboBox_parameters_list[tmp]))(i))
self.comboBox_parameters_list[i].currentIndexChanged.connect(func_list[-1])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment