FIX:set "ban_light" true for picking_thumbnail in linux

jira: none
Change-Id: I68912a17f6bd3ffb73fc6480e5fd95a690c1c872
(cherry picked from commit 1acfe83fc0c49734996a0e2596856fd7881b4d68)
This commit is contained in:
zhou.xu 2025-03-04 17:26:28 +08:00 committed by Noisyfox
parent ec2ee96ef5
commit a84ede4467

View file

@ -6128,7 +6128,7 @@ int CLI::run(int argc, char **argv)
thumbnail_width, thumbnail_height, thumbnail_params,
partplate_list, model.objects, glvolume_collection, colors_out, shader,
Slic3r::GUI::Camera::EType::Ortho,
Slic3r::GUI::Camera::ViewAngleType::Top_Plate, true);
Slic3r::GUI::Camera::ViewAngleType::Top_Plate, true, true);
break;
}
case Slic3r::GUI::OpenGLManager::EFramebufferType::Ext:
@ -6144,7 +6144,7 @@ int CLI::run(int argc, char **argv)
glvolume_collection, colors_out, shader,
Slic3r::GUI::Camera::EType::Ortho,
Slic3r::GUI::Camera::ViewAngleType::Top_Plate,
true);
true,true);
break;
}
default: