Fix:step mesh using boost thread

github: #5304
Change-Id: I4afc5978b00eed20c46a1bf4100c9a0f0328daf8
(cherry picked from commit 151f40ad4dbf871576937f9674ac532c32df27d0)
This commit is contained in:
yongfang.bian 2025-01-13 15:46:24 +08:00 committed by Noisyfox
parent 555e9e3ded
commit 046685c626

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