Fix:Step mesh didn't initially count faces

jira: STUDIO-10273
Change-Id: Ic7e672edae03f5ce00e564eaf82dd1c474b84558
This commit is contained in:
Mack 2025-03-11 18:52:57 +08:00 committed by lane.wei
parent 5ddf3ac86f
commit 7e4932eec4
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file, double line
bSizer->Add(bSizer_button, 1, wxEXPAND | wxALL, LEFT_RIGHT_PADING); bSizer->Add(bSizer_button, 1, wxEXPAND | wxALL, LEFT_RIGHT_PADING);
this->SetSizer(bSizer); this->SetSizer(bSizer);
// update_mesh_number_text(); update_mesh_number_text();
this->Layout(); this->Layout();
bSizer->Fit(this); bSizer->Fit(this);