From 046685c62625303da37e338b7a5adbc8d367ed66 Mon Sep 17 00:00:00 2001 From: "yongfang.bian" Date: Mon, 13 Jan 2025 15:46:24 +0800 Subject: [PATCH] Fix:step mesh using boost thread github: #5304 Change-Id: I4afc5978b00eed20c46a1bf4100c9a0f0328daf8 (cherry picked from commit 151f40ad4dbf871576937f9674ac532c32df27d0) --- src/slic3r/GUI/StepMeshDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/StepMeshDialog.cpp b/src/slic3r/GUI/StepMeshDialog.cpp index 685b8e8290..cd312ffe59 100644 --- a/src/slic3r/GUI/StepMeshDialog.cpp +++ b/src/slic3r/GUI/StepMeshDialog.cpp @@ -290,7 +290,7 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file, double line bSizer->Add(bSizer_button, 1, wxEXPAND); this->SetSizer(bSizer); - update_mesh_number_text(); + // update_mesh_number_text(); this->Layout(); bSizer->Fit(this);