Fix duplicate else statement

This commit is contained in:
Ocraftyone 2023-12-27 00:48:42 -05:00
parent d1dd953205
commit 32a8d42be6
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125

View file

@ -315,9 +315,6 @@ void EditGCodeDialog::selection_changed(wxDataViewEvent& evt)
}
else
label = "Undef optptr";
}
else
label = "Undef optptr";
}
m_param_label->SetLabel(label);