Fix:Step mesh didn't initially count faces
jira: STUDIO-10273 Change-Id: Ic7e672edae03f5ce00e564eaf82dd1c474b84558
This commit is contained in:
parent
5ddf3ac86f
commit
7e4932eec4
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue