mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
fix ubuntu build
This commit is contained in:
parent
d9c20b5121
commit
0944c4254b
1 changed files with 12 additions and 12 deletions
|
|
@ -429,7 +429,7 @@ WipingPanel::WipingPanel(wxWindow* parent, const std::vector<float>& matrix, con
|
||||||
update_ui(text);
|
update_ui(text);
|
||||||
edit_boxes.back().push_back(text);
|
edit_boxes.back().push_back(text);
|
||||||
#else
|
#else
|
||||||
edit_boxes.back().push_back(new wxTextCtrl(m_page_advanced, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(ITEM_WIDTH(), -1)));
|
edit_boxes.back().push_back(new wxTextCtrl(this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxSize(ITEM_WIDTH(), -1)));
|
||||||
#endif
|
#endif
|
||||||
if (i == j) {
|
if (i == j) {
|
||||||
edit_boxes[i][j]->SetValue(wxString("-"));
|
edit_boxes[i][j]->SetValue(wxString("-"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue