Add icon to Profile dependencies (#9455)

Update Tab.cpp
This commit is contained in:
yw4z 2025-04-23 14:49:52 +03:00 committed by GitHub
parent f4ebf9830c
commit 2c12515035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3568,7 +3568,7 @@ void TabFilament::build()
optgroup->append_single_option_line("filament_multitool_ramming_flow"); optgroup->append_single_option_line("filament_multitool_ramming_flow");
page = add_options_page(L("Dependencies"), "advanced"); page = add_options_page(L("Dependencies"), "advanced");
optgroup = page->new_optgroup(L("Profile dependencies")); optgroup = page->new_optgroup(L("Profile dependencies"), "param_profile_dependencies");
create_line_with_widget(optgroup.get(), "compatible_printers", "", [this](wxWindow* parent) { create_line_with_widget(optgroup.get(), "compatible_printers", "", [this](wxWindow* parent) {
return compatible_widget_create(parent, m_compatible_printers); return compatible_widget_create(parent, m_compatible_printers);
}); });