mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix:step mesh using boost thread
github: #5304 Change-Id: I4afc5978b00eed20c46a1bf4100c9a0f0328daf8 (cherry picked from commit 151f40ad4dbf871576937f9674ac532c32df27d0)
This commit is contained in:
@@ -290,7 +290,7 @@ StepMeshDialog::StepMeshDialog(wxWindow* parent, Slic3r::Step& file, double line
|
|||||||
bSizer->Add(bSizer_button, 1, wxEXPAND);
|
bSizer->Add(bSizer_button, 1, wxEXPAND);
|
||||||
|
|
||||||
this->SetSizer(bSizer);
|
this->SetSizer(bSizer);
|
||||||
update_mesh_number_text();
|
// update_mesh_number_text();
|
||||||
this->Layout();
|
this->Layout();
|
||||||
bSizer->Fit(this);
|
bSizer->Fit(this);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user