FIX:set "ban_light" true for picking_thumbnail in linux

jira: none
Change-Id: I68912a17f6bd3ffb73fc6480e5fd95a690c1c872
This commit is contained in:
zhou.xu 2025-03-04 17:26:28 +08:00 committed by lane.wei
parent 1b5ff821f0
commit 1acfe83fc0
1 changed files with 2 additions and 2 deletions

View File

@ -6626,7 +6626,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:
@ -6641,7 +6641,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: