Fix:Step mesh didn't initially count faces

jira: STUDIO-10273
Change-Id: Ic7e672edae03f5ce00e564eaf82dd1c474b84558
(cherry picked from commit 7e4932eec4a12e02f0f40b5e783d38ae1b66a30a)
This commit is contained in:
Mack
2025-03-11 18:52:57 +08:00
committed by Noisyfox
parent 532224fa8b
commit e096f242f4

View File

@@ -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);