1
0

qt: use selected_key instead of selected_item[0] for ChoiceWidgets

This commit is contained in:
Sander van Grieken
2024-02-05 14:39:03 +01:00
parent c84e55e957
commit 0a2a22b822
4 changed files with 10 additions and 10 deletions

View File

@@ -562,7 +562,7 @@ class WCSafeTInitMethod(WizardComponent):
self._valid = True
def apply(self):
self.wizard_data['safe_t_init'] = self.choice_w.selected_item[0]
self.wizard_data['safe_t_init'] = self.choice_w.selected_key
class WCSafeTInitParams(WizardComponent):