fix WipeTowerDialog.cpp

This commit is contained in:
Ocraftyone 2023-11-11 14:04:45 -05:00
parent 506e1f4508
commit c9284ccf09
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125

View file

@ -545,7 +545,7 @@ WipingPanel::WipingPanel(wxWindow* parent, const std::vector<float>& matrix, con
}
this->update_warning_texts();
m_page_advanced->Hide();
// m_page_advanced->Hide();
// Now the same for simple mode:
gridsizer_simple->Add(new wxStaticText(m_page_simple, wxID_ANY, wxString("")), 0, wxALIGN_CENTER | wxALIGN_CENTER_VERTICAL);