mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-10-01 20:53:12 +08:00
fix
This commit is contained in:
parent
ce3785fdb1
commit
870561469f
@ -2210,7 +2210,7 @@ void GLGizmoEmboss::draw_font_list()
|
|||||||
std::transform(name.begin(), name.end(), name.begin(), ::toupper);
|
std::transform(name.begin(), name.end(), name.begin(), ::toupper);
|
||||||
|
|
||||||
// It should use C++ 20 feature https://en.cppreference.com/w/cpp/string/basic_string/starts_with
|
// It should use C++ 20 feature https://en.cppreference.com/w/cpp/string/basic_string/starts_with
|
||||||
bool start_with = boost::starts_with(name, m_face_names.search);
|
bool start_with = boost::starts_with(name, search);
|
||||||
m_face_names.hide[index] = !start_with;
|
m_face_names.hide[index] = !start_with;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user