mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 19:57:55 -06:00
Fix of the previous commit: Fix compilation on Linux.
This commit is contained in:
parent
473233019c
commit
8089631f10
2 changed files with 3 additions and 3 deletions
|
@ -97,7 +97,7 @@ void PresetCollection::update_editor_ui(wxBitmapComboBox *ui)
|
|||
|
||||
size_t n_visible = this->num_visible();
|
||||
size_t n_choice = size_t(ui->GetCount());
|
||||
std::string name_selected = ui->GetStringSelection().ToUTF8();
|
||||
std::string name_selected = ui->GetStringSelection().ToUTF8().data();
|
||||
if (boost::algorithm::iends_with(name_selected, g_suffix_modified))
|
||||
// Remove the g_suffix_modified.
|
||||
name_selected.erase(name_selected.end() - g_suffix_modified.size(), name_selected.end());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue