mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 20:56:11 +08: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
@ -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…
x
Reference in New Issue
Block a user