mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
fix WipeTowerDialog.cpp
This commit is contained in:
parent
506e1f4508
commit
c9284ccf09
1 changed files with 1 additions and 1 deletions
|
|
@ -545,7 +545,7 @@ WipingPanel::WipingPanel(wxWindow* parent, const std::vector<float>& matrix, con
|
||||||
}
|
}
|
||||||
this->update_warning_texts();
|
this->update_warning_texts();
|
||||||
|
|
||||||
m_page_advanced->Hide();
|
// m_page_advanced->Hide();
|
||||||
|
|
||||||
// Now the same for simple mode:
|
// Now the same for simple mode:
|
||||||
gridsizer_simple->Add(new wxStaticText(m_page_simple, wxID_ANY, wxString("")), 0, wxALIGN_CENTER | wxALIGN_CENTER_VERTICAL);
|
gridsizer_simple->Add(new wxStaticText(m_page_simple, wxID_ANY, wxString("")), 0, wxALIGN_CENTER | wxALIGN_CENTER_VERTICAL);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue