mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 11:07:40 +00:00
Update PluginPickerDialog.cpp
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user