From 8c396b3d9d6425dce757b422282a4157d91b234d Mon Sep 17 00:00:00 2001 From: "zhou.xu" Date: Mon, 4 Nov 2024 18:11:04 +0800 Subject: [PATCH] FIX:delete error reset for m_logo_texture jira: STUDIO-8603 Change-Id: I3f78645d52d10f5b448adc044757b17fb3378aa2 --- src/slic3r/GUI/PartPlate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/PartPlate.cpp b/src/slic3r/GUI/PartPlate.cpp index 3642412c9..c210b634c 100644 --- a/src/slic3r/GUI/PartPlate.cpp +++ b/src/slic3r/GUI/PartPlate.cpp @@ -2137,7 +2137,6 @@ void PartPlate::set_logo_box_by_bed(const BoundingBoxf3& box) BOOST_LOG_TRIVIAL(error) << __FUNCTION__ << ":error :Unable to create logo triangles in set_logo_box_by_bed\n"; return; } - m_partplate_list->m_logo_texture.reset(); } }