mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Fix duplicate else statement
This commit is contained in:
@@ -315,9 +315,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);
|
||||||
|
|||||||
Reference in New Issue
Block a user