From 7e4932eec4a12e02f0f40b5e783d38ae1b66a30a Mon Sep 17 00:00:00 2001 From: Mack Date: Tue, 11 Mar 2025 18:52:57 +0800 Subject: [PATCH] Fix:Step mesh didn't initially count faces jira: STUDIO-10273 Change-Id: Ic7e672edae03f5ce00e564eaf82dd1c474b84558 --- 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 38c2c5592..41f24608e 100644 --- a/src/slic3r/GUI/StepMeshDialog.cpp +++ b/src/slic3r/GUI/StepMeshDialog.cpp @@ -312,7 +312,7 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file, double line bSizer->Add(bSizer_button, 1, wxEXPAND | wxALL, LEFT_RIGHT_PADING); this->SetSizer(bSizer); - // update_mesh_number_text(); + update_mesh_number_text(); this->Layout(); bSizer->Fit(this);