mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: Cancel sequence number
Jira: STUDIO-2688 Change-Id: I29d992354713dcc8caaa8fc2ab98506f1b4e0735 (cherry picked from commit f7a69618813648b0c611c9dfbff3a0ad1d7a18d6)
This commit is contained in:
parent
9ca8593604
commit
4d234b9785
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ static struct DynamicFilamentList : DynamicList
|
||||||
wxString str;
|
wxString str;
|
||||||
std::string type;
|
std::string type;
|
||||||
wxGetApp().preset_bundle->filaments.find_preset(presets[i])->get_filament_type(type);
|
wxGetApp().preset_bundle->filaments.find_preset(presets[i])->get_filament_type(type);
|
||||||
str << (i + 1) << " - " << type;
|
str << type;
|
||||||
items.push_back({str, icons[i]});
|
items.push_back({str, icons[i]});
|
||||||
}
|
}
|
||||||
DynamicList::update();
|
DynamicList::update();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue