Fix duplicate else statement

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

View file

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