Update PluginPickerDialog.cpp

This commit is contained in:
yw4z
2026-09-10 15:45:00 +03:00
parent ac1ed139d7
commit 29b3282c8b

View File

@@ -124,7 +124,7 @@ void PluginPickerDialog::build_capability_ui(const wxString& plugin_type_label)
if (has_capabilities) { if (has_capabilities) {
m_choice->SetSelection(0); m_choice->SetSelection(0);
m_choice->Bind(wxEVT_CHOICE, [this](wxCommandEvent& evt) { m_choice->Bind(wxEVT_COMBOBOX, [this](wxCommandEvent& evt) {
update_capability_description(evt.GetSelection()); update_capability_description(evt.GetSelection());
}); });
} else { } else {