mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix duplicate else statement
This commit is contained in:
@@ -316,9 +316,6 @@ void EditGCodeDialog::selection_changed(wxDataViewEvent& evt)
|
|||||||
else
|
else
|
||||||
label = "Undef optptr";
|
label = "Undef optptr";
|
||||||
}
|
}
|
||||||
else
|
|
||||||
label = "Undef optptr";
|
|
||||||
}
|
|
||||||
|
|
||||||
m_param_label->SetLabel(label);
|
m_param_label->SetLabel(label);
|
||||||
m_param_description->SetLabel(description);
|
m_param_description->SetLabel(description);
|
||||||
|
|||||||
Reference in New Issue
Block a user