mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-16 05:36:03 +08:00
Remove reference in lambda call
This commit is contained in:
parent
212544d532
commit
284fd8ec8b
@ -793,7 +793,7 @@ void GLGizmoEmboss::draw_text_input()
|
|||||||
tool_tip = _u8L("Try to choose another font.");
|
tool_tip = _u8L("Try to choose another font.");
|
||||||
} else {
|
} else {
|
||||||
std::string who;
|
std::string who;
|
||||||
auto append_warning = [&who, &tool_tip](std::string& w, std::string& t) {
|
auto append_warning = [&who, &tool_tip](std::string w, std::string t) {
|
||||||
if (!w.empty()) {
|
if (!w.empty()) {
|
||||||
if (!who.empty()) who += " & ";
|
if (!who.empty()) who += " & ";
|
||||||
who += w;
|
who += w;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user