mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Fix:Step mesh didn't initially count faces
jira: STUDIO-10273 Change-Id: Ic7e672edae03f5ce00e564eaf82dd1c474b84558 (cherry picked from commit 7e4932eec4a12e02f0f40b5e783d38ae1b66a30a)
This commit is contained in:
parent
72d8c82927
commit
b65d6172cc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue